/* Start custom CSS for text-editor, class: .elementor-element-3e1f0d16 */<style>
/* ================================================== */
/* ماشین حساب ساده و منظم - جواهری بارانا
/* بدون گرید پیچیده
/* ================================================== */

/* کانتینر اصلی */
.mjg_calculator {
    background: #ffffff;
    border-radius: 24px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

/* ردیف‌های ورودی - به صورت ستونی ساده */
.mjg_ccrow {
    margin-bottom: 18px;
    width: 100%;
}

/* لیبل‌ها */
.mjg_ccrow label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #5a4a3a;
    margin-bottom: 6px;
}

.mjg_ccrow label span {
    color: #d4af37;
    font-size: 11px;
    background: #fef8e8;
    padding: 2px 10px;
    border-radius: 20px;
    margin-left: 8px;
}

/* فیلدهای ورودی */
.mjg_ccrow input {
    width: 100%;
    padding: 12px 16px;
    background: #fbf9f6;
    border: 1px solid #e8e0d5;
    border-radius: 14px;
    font-size: 14px;
    color: #2c241a;
    box-sizing: border-box;
}

.mjg_ccrow input:focus {
    border-color: #d4af37;
    outline: none;
    background: #fff;
}

/* باکس نتایج */
.jewel_calculate_wrap {
    margin-top: 25px;
}

/* قیمت نهایی */
.jcalculate_item:first-child {
    background: #f5f2ed;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin-bottom: 12px;
}

.jcalculate_item:first-child .jc_price span {
    font-size: 36px;
    font-weight: 800;
    color: #1f1a14;
    font-family: monospace;
}

.jcalculate_item:first-child .jc_price b {
    font-size: 14px;
    color: #d4af37;
    margin-right: 4px;
}

.jcalculate_item:first-child .jc_dt h6 {
    font-size: 12px;
    color: #9b8a74;
    margin: 8px 0 0 0;
    font-weight: 500;
}

/* فرمول محاسبه */
.jcalculate_item.show {
    background: #faf8f5;
    border-radius: 16px;
    padding: 12px 16px;
    border: 1px solid #eee6dc;
    text-align: center;
}

.jcalculate_item.show .jc_dt {
    display: inline;
}

.jcalculate_item.show .jc_dt h6 {
    display: inline;
    font-size: 11px;
    font-weight: 600;
    color: #c2a878;
    margin: 0;
}

.jcalculate_item.show .jc_price {
    display: inline;
}

.jcalculate_item.show .jc_price p {
    display: inline;
    font-size: 11px;
    color: #8a7a64;
    font-family: monospace;
    margin: 0;
    direction: ltr;
}

/* موبایل */
@media (max-width: 768px) {
    .mjg_calculator {
        padding: 18px;
    }
    
    .jcalculate_item:first-child .jc_price span {
        font-size: 28px;
    }
}
</style>/* End custom CSS */