.elementor-5461 .elementor-element.elementor-element-61b917e{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-63faf41 *//* --- حاوية الأسئلة الشائعة --- */
.faq-section-container {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.faq-header h2 {
    font-size: 28px;
    font-weight: 900;
    color: #002E6D;
    margin-bottom: 10px;
}

.faq-header p {
    color: #64748b;
    font-size: 16px;
}

/* --- تصميم الأكورديون --- */
.faq-item {
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 10px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-summary {
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    color: #1e293b;
    font-size: 16px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 12px;
}

.faq-summary:hover {
    background: #f8fafc;
    color: #002E6D;
}

.faq-summary::-webkit-details-marker {
    display: none;
}

/* أيقونة السهم */
.faq-icon {
    font-size: 18px;
    color: #94a3b8;
    transition: transform 0.3s ease;
}

details[open] .faq-icon {
    transform: rotate(180deg);
    color: #002E6D;
}

/* المحتوى الداخلي */
.faq-content {
    padding: 0 20px 20px 20px;
    color: #475569;
    line-height: 1.8;
    font-size: 15px;
}

/* تنسيق الروابط الخارجية */
.faq-link {
    color: #002E6D;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.faq-link:hover {
    color: #fbbf24;
}/* End custom CSS */