.elementor-244 .elementor-element.elementor-element-8aacffc{--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 */

/* ===== کانتینر ===== */
.sarmayesh24-article {
    padding: 20px;
}

/* ===== عناوین سفارشی ===== */
.sarmayesh24-article h1 {
    color: #1a5276;
    border-bottom: 3px solid #3498db;
    padding-bottom: 15px;
}

.sarmayesh24-article h2 {
    color: #2874a6;
    padding-right: 15px;
    border-right: 4px solid #3498db;
}

.sarmayesh24-article h3 {
    color: #1a5276;
}

.sarmayesh24-article h4 {
    color: #2c3e50;
}

/* ===== تصاویر - فقط فاصله و سایه ===== */
.sarmayesh24-article .article-image {
    margin: 30px 0;
    text-align: center;
}

.sarmayesh24-article .article-image img {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.sarmayesh24-article .article-image figcaption {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}

/* ===== جدول - فقط تفاوت‌ها ===== */
.sarmayesh24-article table {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sarmayesh24-article th {
    background-color: #3498db;
}

.sarmayesh24-article tr:hover {
    background-color: #e8f4fc;
}

/* ===== بخش تماس ===== */
.sarmayesh24-article .contact {
    background-color: #e8f6ff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 35px;
}

.sarmayesh24-article .contact-numbers {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-right: 4px solid #3498db;
}

.sarmayesh24-article .contact-numbers a {
    color: #2874a6;
    font-weight: bold;
    font-size: 1.1em;
}

.sarmayesh24-article .contact-numbers a:hover {
    color: #1a5276;
}

/* ===== سوالات متداول ===== */
.sarmayesh24-article .faq-item {
    background-color: #f9f9f9;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-right: 3px solid #3498db;
}

.sarmayesh24-article .faq-item h4 {
    color: #2874a6;
    margin-top: 0;
    margin-bottom: 10px;
}

.sarmayesh24-article .faq-item p {
    margin-bottom: 0;
}

/* ===== لینک‌های سفارشی ===== */
.sarmayesh24-article a {
    color: #2874a6;
}

.sarmayesh24-article a:hover {
    color: #1a5276;
}

/* ===== لینک‌های داخلی ===== */
.sarmayesh24-article .internal-links {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.sarmayesh24-article .internal-links h4 {
    margin-top: 0;
    color: #1a5276;
}

.sarmayesh24-article .internal-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.sarmayesh24-article .internal-links li {
    background-color: white;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.sarmayesh24-article .internal-links li:hover {
    background-color: #e8f4fc;
    border-color: #3498db;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .sarmayesh24-article {
        padding: 15px;
    }
    
    .sarmayesh24-article table {
        font-size: 0.9em;
    }
    
    .sarmayesh24-article th,
    .sarmayesh24-article td {
        padding: 10px;
    }
    
    .sarmayesh24-article .internal-links ul {
        flex-direction: column;
    }
    
    .sarmayesh24-article .internal-links li {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sarmayesh24-article .contact {
        padding: 15px;
    }
}/* End custom CSS */