.elementor-232 .elementor-element.elementor-element-a581db6{--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;}:root{--page-title-display:none;}/* Start custom CSS */.afsarieh-article {
            font-family: 'Vazirmatn', Tahoma, sans-serif;
            line-height: 2;
            color: #333;
        }
        .afsarieh-article h2 {
            color: #1e40af;
            font-size: 2em;
            margin: 25px 0 15px;
            border-bottom: 3px solid #3b82f6;
            padding-bottom: 10px;
        }
        .afsarieh-article h3 {
            color: #1e3a8a;
            font-size: 1.7em;
            margin: 20px 0 12px;
        }
        .afsarieh-article p {
            text-align: justify;
            margin-bottom: 15px;
        }
        .afsarieh-article .highlight-box {
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            border-right: 4px solid #2563eb;
            padding: 20px;
            margin: 20px 0;
            border-radius: 8px;
        }
        .afsarieh-article .price-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 10px;
            overflow: hidden;
        }
        .afsarieh-article .price-table th {
            background: #1e40af;
            color: white;
            padding: 15px;
            font-weight: bold;
        }
        .afsarieh-article .price-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #e5e7eb;
            text-align: center;
        }
        .afsarieh-article .price-table tr:nth-child(even) {
            background: #f8fafc;
        }
        .afsarieh-article .price-table tr:hover {
            background: #eff6ff;
        }
        .afsarieh-article .brands-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 15px 0;
        }
        .afsarieh-article .brand-tag {
            background: #e0e7ff;
            color: #3730a3;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 12px;
        }
        .afsarieh-article .contact-box {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 25px;
            border-radius: 12px;
            margin: 30px 0;
            text-align: center;
        }
        .afsarieh-article .contact-box a {
            color: #fbbf24;
            text-decoration: none;
            font-weight: bold;
            font-size: 19px;
            display: inline-block;
            margin: 5px 15px;
        }
        .afsarieh-article .contact-box a:hover {
            color: #fcd34d;
        }
        .afsarieh-article ul {
            padding-right: 20px;
        }
        .afsarieh-article li {
            margin-bottom: 8px;
        }
        .afsarieh-article .internal-links {
            background: #f0fdf4;
            border: 1px solid #86efac;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
        }
        .afsarieh-article .internal-links a {
            color: #166534;
            margin: 0 10px;
            text-decoration: none;
            font-weight: bold;
        }
        .afsarieh-article .internal-links a:hover {
            text-decoration: underline;
        }

        /* ===== استایل‌های بخش FAQ ===== */
        .afsarieh-article .faq-section {
            margin-top: 40px;
            padding: 30px;
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(30, 64, 175, 0.1);
        }

        .afsarieh-article .faq-section h3 {
            text-align: center;
            color: #1e40af;
            font-size: 1.5em;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px dashed #3b82f6;
        }

        .afsarieh-article .faq-item {
            background: #ffffff;
            border-radius: 12px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
            border-right: 4px solid #3b82f6;
            transition: all 0.3s ease;
        }

        .afsarieh-article .faq-item:hover {
            box-shadow: 0 4px 15px rgba(30, 64, 175, 0.15);
            transform: translateX(-3px);
        }

        .afsarieh-article .faq-item:last-child {
            margin-bottom: 0;
        }

        .afsarieh-article .faq-question {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 22px;
            cursor: pointer;
            user-select: none;
            background: #fff;
            transition: background 0.3s ease;
        }

        .afsarieh-article .faq-question:hover {
            background: #f0f9ff;
        }

        .afsarieh-article .faq-question .q-text {
            font-weight: 700;
            color: #1e3a8a;
            font-size: 1.05em;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .afsarieh-article .faq-question .q-text::before {
            content: '❓';
            font-size: 1.2em;
            flex-shrink: 0;
        }

        .afsarieh-article .faq-question .q-icon {
            font-size: 1.5em;
            color: #3b82f6;
            transition: transform 0.35s ease;
            font-weight: bold;
            min-width: 30px;
            text-align: center;
        }

        .afsarieh-article .faq-item.active .faq-question .q-icon {
            transform: rotate(45deg);
            color: #1e40af;
        }

        .afsarieh-article .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            padding: 0 22px;
            background: #fafcff;
        }

        .afsarieh-article .faq-item.active .faq-answer {
            max-height: 350px;
            padding: 0 22px 20px 22px;
        }

        .afsarieh-article .faq-answer p {
            color: #475569;
            line-height: 2;
            margin: 0;
            font-size: 0.98em;
            border-top: 1px dashed #cbd5e1;
            padding-top: 15px;
        }

        .afsarieh-article .faq-answer p strong {
            color: #1e40af;
        }/* End custom CSS */