/* Add custom CSS styles below */ 
/* ===== إصلاح CLS - نسخة بدون فراغات ===== */

/* تثبيت اللوجو */
.main-logo {
  height: 56px !important;
  width: auto !important;
  max-width: 170px !important;
}

/* تثبيت الهيدر */
.main-nav-container {
  min-height: 64px;
}

/* إصلاح شريط الإعلانات */
.s-block--animated-ads,
.animated-ads-outer {
  min-height: 44px;
  height: 44px;
}

/* إصلاح البانرات الواسعة */
.banner--fixed {
  aspect-ratio: 16 / 5;
  overflow: hidden;
}

.banner--fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}