.elementor-319 .elementor-element.elementor-element-6cd2a70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ===== استایل مقاله سرمایش24 - نسخه بهینه ===== */
/* سازگار با استایل سراسری s24 */

/* ===== کانتینر ===== */
.sarmayesh-article {
    padding: 10px;
}

/* ===== عناوین سفارشی ===== */
.sarmayesh-article h2 {
    color: #0a6eb4;
    font-size: 1.45em;
    margin-top: 35px;
    margin-bottom: 12px;
    border-bottom: 3px solid #0a6eb4;
    padding-bottom: 8px;
}

.sarmayesh-article h3 {
    color: #e65100;
    font-size: 1.18em;
    margin-top: 28px;
    margin-bottom: 10px;
}

/* ===== پاراگراف ===== */
.sarmayesh-article p {
    font-size: 0.98em;
    text-align: justify;
}

/* ===== لیست ===== */
.sarmayesh-article ul li {
    font-size: 0.97em;
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.sarmayesh-article .price-table {
    margin: 20px 0 30px 0;
    font-size: 0.95em;
}

.sarmayesh-article .price-table th {
    background-color: #0a6eb4;
}

.sarmayesh-article .price-table tr:nth-child(even) {
    background-color: #f0f7fc;
}

.sarmayesh-article .price-table tr:hover {
    background-color: #e3f0fa;
}

/* ===== باکس تماس ===== */
.sarmayesh-article .contact-box {
    background: linear-gradient(135deg, #0a6eb4, #0d8de8);
    color: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    margin: 30px 0;
    text-align: center;
}

.sarmayesh-article .contact-box h3 {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 12px;
    margin-top: 0;
}

.sarmayesh-article .contact-box a {
    color: #ffd54f;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.08em;
    display: inline-block;
    margin: 5px 12px;
    direction: ltr;
}

.sarmayesh-article .contact-box a:hover {
    text-decoration: underline;
}

/* ===== گرید برندها ===== */
.sarmayesh-article .brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    margin: 18px 0 25px 0;
}

.sarmayesh-article .brand-card {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
}

.sarmayesh-article .brand-card strong {
    display: block;
    color: #0a6eb4;
    margin-bottom: 6px;
    font-size: 1.05em;
}

.sarmayesh-article .brand-card span {
    font-size: 0.88em;
    color: #555;
}

/* ===== باکس هایلایت ===== */
.sarmayesh-article .highlight-box {
    background-color: #fff8e1;
    border-right: 4px solid #e65100;
    padding: 15px 18px;
    border-radius: 6px;
    margin: 18px 0;
}

/* ===== سوالات متداول ===== */
.sarmayesh-article .faq-section {
    margin: 25px 0;
}

.sarmayesh-article .faq-item {
    background-color: #f9fafb;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.sarmayesh-article .faq-item:hover {
    box-shadow: 0 3px 12px rgba(10, 110, 180, 0.12);
}

.sarmayesh-article .faq-question {
    background-color: #e8f4fd;
    color: #0a6eb4;
    font-weight: 700;
    font-size: 1.05em;
    padding: 16px 20px;
    border-bottom: 2px solid #0a6eb4;
    cursor: default;
}

.sarmayesh-article .faq-answer {
    padding: 14px 20px 18px 20px;
}

.sarmayesh-article .faq-answer p {
    margin-bottom: 0;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 600px) {
    .sarmayesh-article .brand-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sarmayesh-article .contact-box a {
        display: block;
        margin: 8px auto;
    }

    .sarmayesh-article .faq-question {
        font-size: 0.95em;
        padding: 12px 14px;
    }

    .sarmayesh-article .faq-answer {
        padding: 10px 14px 14px 14px;
    }
}/* End custom CSS */