.elementor-327 .elementor-element.elementor-element-21112a0{--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: #0e4a7b;
    font-size: 1.5rem;
    margin: 30px 0 12px;
    padding-bottom: 8px;
    border-bottom: 3px solid #1e88e5;
}

.sarmayesh-article h3 {
    color: #1565c0;
    font-size: 1.2rem;
    margin: 24px 0 10px;
}

/* ===== پاراگراف ===== */
.sarmayesh-article p {
    text-align: justify;
}

/* ===== لیست ===== */
.sarmayesh-article ul li {
    font-size: 0.97rem;
}

/* ===== باکس هایلایت ===== */
.sarmayesh-article .highlight-box {
    background: linear-gradient(135deg, #e3f2fd, #f1f8ff);
    border-right: 5px solid #1e88e5;
    padding: 18px 20px;
    border-radius: 8px;
    margin: 20px 0;
}

/* ===== باکس CTA ===== */
.sarmayesh-article .cta-box {
    background: linear-gradient(135deg, #0d47a1, #1565c0);
    color: #fff;
    padding: 24px;
    border-radius: 12px;
    margin: 30px 0;
    text-align: center;
}

.sarmayesh-article .cta-box h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 0;
}

.sarmayesh-article .cta-box a {
    color: #ffd54f;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    direction: ltr;
    display: inline-block;
}

.sarmayesh-article .cta-box a:hover {
    text-decoration: underline;
}

/* ===== لیست تلفن ===== */
.sarmayesh-article .phone-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    list-style: none;
    padding: 0;
}

.sarmayesh-article .phone-list li {
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 18px;
    border-radius: 8px;
    direction: ltr;
    list-style-type: none;
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.sarmayesh-article table {
    margin: 20px 0;
    font-size: 0.95rem;
}

.sarmayesh-article table thead th {
    background: #0d47a1;
}

.sarmayesh-article table tbody tr:hover {
    background: #e3f2fd;
}

/* ===== گرید برندها ===== */
.sarmayesh-article .brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin: 16px 0;
}

.sarmayesh-article .brand-card {
    background: #f8fafd;
    border: 1px solid #e0e7ef;
    border-radius: 10px;
    padding: 16px;
}

.sarmayesh-article .brand-card h4 {
    color: #0d47a1;
    margin: 0 0 8px;
    font-size: 1.05rem;
}

.sarmayesh-article .brand-card span {
    font-size: 0.9rem;
    color: #555;
}

/* ===== سوالات متداول ===== */
.sarmayesh-article .faq-section {
    margin: 30px 0;
}

.sarmayesh-article .faq-item {
    background: #f8fafd;
    border: 1px solid #e0e7ef;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.sarmayesh-article .faq-item:hover {
    box-shadow: 0 4px 16px rgba(14, 74, 123, 0.12);
}

.sarmayesh-article .faq-question {
    background: linear-gradient(135deg, #e3f2fd, #f1f8ff);
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #0d47a1;
    font-size: 1.05rem;
    border: none;
    width: 100%;
}

.sarmayesh-article .faq-question:hover {
    background: linear-gradient(135deg, #bbdefb, #e3f2fd);
}

.sarmayesh-article .faq-question .faq-icon {
    font-size: 1.4rem;
    transition: transform 0.3s ease;
    color: #1e88e5;
    flex-shrink: 0;
    margin-right: 12px;
}

.sarmayesh-article .faq-item.active .faq-question .faq-icon {
    transform: rotate(45deg);
}

.sarmayesh-article .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
    font-size: 0.97rem;
    color: #444;
}

.sarmayesh-article .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 16px 20px;
    border-top: 1px solid #e0e7ef;
}

/* ===== لینک‌های سفارشی ===== */
.sarmayesh-article a.internal-link {
    color: #0d47a1;
    font-weight: 600;
    border-bottom: 1px dashed #1e88e5;
}

.sarmayesh-article a.internal-link:hover {
    color: #1565c0;
    border-bottom-color: #0d47a1;
}

.sarmayesh-article a.external-link {
    color: #2e7d32;
    font-weight: 600;
    border-bottom: 1px dashed #43a047;
}

.sarmayesh-article a.external-link:hover {
    color: #1b5e20;
    text-decoration: underline;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 600px) {
    .sarmayesh-article .brands-grid {
        grid-template-columns: 1fr;
    }

    .sarmayesh-article .phone-list {
        flex-direction: column;
        align-items: center;
    }

    .sarmayesh-article .faq-question {
        font-size: 0.97rem;
        padding: 14px 16px;
    }
}/* End custom CSS */