.elementor-323 .elementor-element.elementor-element-6e1adf8{--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 *//* ===== استایل مقاله سرمایش - نسخه بهینه ===== */
/* سازگار با استایل سراسری s24 */

/* ===== کانتینر ===== */
.sarmayesh-article {
    padding: 10px;
}

/* ===== عناوین سفارشی ===== */
.sarmayesh-article h2 {
    color: #0a6bac;
    font-size: 1.45rem;
    margin: 30px 0 14px 0;
    padding-bottom: 8px;
    border-bottom: 3px solid #0a6bac;
    display: inline-block;
}

.sarmayesh-article h3 {
    color: #0d8a4a;
    font-size: 1.18rem;
    margin: 22px 0 10px 0;
}

/* ===== پاراگراف ===== */
.sarmayesh-article p {
    text-align: justify;
}

/* ===== لینک‌های سفارشی ===== */
.sarmayesh-article a {
    color: #0a6bac;
    text-decoration: underline;
    transition: color 0.2s;
}

.sarmayesh-article a:hover {
    color: #08507e;
}

/* ===== لیست ===== */
.sarmayesh-article ul li {
    font-size: 0.98rem;
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.sarmayesh-article .price-table {
    margin: 18px 0 28px 0;
    font-size: 0.97rem;
}

.sarmayesh-article .price-table thead th {
    background: #0a6bac;
}

.sarmayesh-article .price-table tbody td {
    border: 1px solid #dde3ea;
}

.sarmayesh-article .price-table tbody tr:nth-child(even) {
    background: #f4f8fc;
}

.sarmayesh-article .price-table tbody tr:hover {
    background: #e3f0fa;
}

/* ===== گرید برندها ===== */
.sarmayesh-article .brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin: 16px 0 24px 0;
}

.sarmayesh-article .brand-card {
    background: #f7fafd;
    border: 1px solid #d6e4f0;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
}

.sarmayesh-article .brand-card h4 {
    color: #0a6bac;
    margin: 0 0 6px 0;
    font-size: 1.05rem;
}

.sarmayesh-article .brand-card span {
    font-size: 0.88rem;
    color: #666;
}

/* ===== باکس تماس ===== */
.sarmayesh-article .contact-box {
    background: linear-gradient(135deg, #0a6bac 0%, #0d8a4a 100%);
    color: #fff;
    border-radius: 14px;
    padding: 26px 22px;
    text-align: center;
    margin: 30px 0 10px 0;
}

.sarmayesh-article .contact-box h3 {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 0 14px 0;
}

.sarmayesh-article .contact-box a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 8px;
    padding: 8px 18px;
    margin: 5px;
    font-size: 1rem;
    direction: ltr;
    transition: background 0.2s;
}

.sarmayesh-article .contact-box a:hover {
    background: rgba(255,255,255,0.32);
}

/* ===== باکس هایلایت ===== */
.sarmayesh-article .highlight-box {
    background: #eef7ee;
    border-right: 4px solid #0d8a4a;
    padding: 16px 18px;
    border-radius: 0 10px 10px 0;
    margin: 18px 0;
}

/* ===== دکمه CTA ===== */
.sarmayesh-article .cta-btn {
    display: inline-block;
    background: #0a6bac;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    margin-top: 12px;
    transition: background 0.2s;
}

.sarmayesh-article .cta-btn:hover {
    background: #08507e;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 600px) {
    .sarmayesh-article .brands-grid {
        grid-template-columns: 1fr;
    }
    .sarmayesh-article .contact-box a {
        display: block;
        margin: 6px auto;
        max-width: 220px;
    }
    .sarmayesh-article .price-table {
        font-size: 0.85rem;
    }
    .sarmayesh-article .price-table thead th,
    .sarmayesh-article .price-table tbody td {
        padding: 7px 4px;
    }
}/* End custom CSS */