/* ====================================
   تغيير خلفيات الأقسام من داكن إلى أبيض
   ==================================== */

/* خلفية عامة */
body {
    background: #ffffff !important;
}

/* الشريط الإخباري */
.breaking-news-section {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0;
}

/* الأقسام الإضافية */
.additional-sections {
    background: #ffffff !important;
}

/* أقسام خاصة */
.special-sections,
.infographics-wrapper,
.opinion-section,
.analysis-section,
.most-read-section {
    background: #ffffff !important;
}

/* جميع الأقسام */
section[class*="-section"] {
    background: transparent !important;
}

/* السياق الرئيسي */
.bg-slate-50,
.bg-gray-50,
.bg-slate-100 {
    background: #ffffff !important;
}

/* container backgrounds */
.section-wrapper {
    background: #ffffff !important;
}

