.elementor-350 .elementor-element.elementor-element-8c4acfd{--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 */

/* ===== کانتینر ===== */
.mashirieh-article {
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 8px;
}

/* ===== عناوین سفارشی ===== */
.mashirieh-article h2 {
    color: #0e4a7b;
    font-size: 1.5rem;
    margin-top: 35px;
    margin-bottom: 12px;
    border-right: 4px solid #f59e0b;
    padding-right: 12px;
}

.mashirieh-article h3 {
    color: #1a6fb5;
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* ===== پاراگراف ===== */
.mashirieh-article p {
    text-align: justify;
}

/* ===== لینک‌های سفارشی ===== */
.mashirieh-article a {
    color: #1a6fb5;
    border-bottom: 1px solid transparent;
}

.mashirieh-article a:hover {
    color: #0e4a7b;
    border-bottom-color: #f59e0b;
}

/* ===== لیست ===== */
.mashirieh-article ul li {
    line-height: 1.8;
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.mashirieh-article .price-table {
    margin: 25px 0;
    font-size: 0.95rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border-radius: 10px;
    overflow: hidden;
}

.mashirieh-article .price-table thead tr {
    background: linear-gradient(135deg, #0e4a7b, #1a6fb5);
}

.mashirieh-article .price-table tbody tr:nth-child(even) {
    background-color: #f0f7ff;
}

.mashirieh-article .price-table tbody tr:hover {
    background-color: #e0efff;
}

/* ===== گرید برندها ===== */
.mashirieh-article .brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.mashirieh-article .brand-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.mashirieh-article .brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.mashirieh-article .brand-card strong {
    display: block;
    color: #0e4a7b;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.mashirieh-article .brand-card span {
    font-size: 0.88rem;
    color: #64748b;
}

/* ===== باکس تماس ===== */
.mashirieh-article .contact-box {
    background: linear-gradient(135deg, #0e4a7b, #1a6fb5);
    color: #fff;
    border-radius: 14px;
    padding: 30px;
    margin: 30px 0;
    text-align: center;
}

.mashirieh-article .contact-box h3 {
    color: #f59e0b;
    font-size: 1.3rem;
    margin-bottom: 18px;
}

.mashirieh-article .contact-box .phone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.mashirieh-article .contact-box .phone-item {
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 12px;
    direction: ltr;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.mashirieh-article .contact-box .phone-item a {
    color: #fff;
    text-decoration: none;
}

.mashirieh-article .contact-box .phone-item a:hover {
    color: #f59e0b;
}

/* ===== باکس هایلایت ===== */
.mashirieh-article .highlight-box {
    background: #fffbeb;
    border: 1px solid #f59e0b;
    border-radius: 10px;
    padding: 18px 22px;
    margin: 20px 0;
}

.mashirieh-article .highlight-box strong {
    color: #b45309;
}

/* ===== دکمه CTA ===== */
.mashirieh-article .cta-btn {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.05rem;
    margin-top: 10px;
    transition: background 0.2s;
}

.mashirieh-article .cta-btn:hover {
    background: #d97706;
}

/* ===== سوالات متداول ===== */
.faq-section {
    margin: 30px 0;
}

.faq-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    transition: box-shadow 0.2s;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq-question {
    color: #0e4a7b;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.faq-answer p {
    color: #4b5563;
    line-height: 1.9;
    font-size: 0.95rem;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 600px) {
    .mashirieh-article {
        padding: 10px;
    }
    
    .mashirieh-article .price-table th,
    .mashirieh-article .price-table td {
        padding: 10px 8px;
        font-size: 0.85rem;
    }
    
    .mashirieh-article .contact-box .phone-grid {
        grid-template-columns: 1fr;
    }
    
    .mashirieh-article .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .faq-question {
        font-size: 1rem;
    }
}/* End custom CSS */