/* Add custom CSS styles below */

/* Sport Car — 2026-09-26 — خلفية نصوص السلايدر */
.advanced-slider .advanced-slider__caption__inner__content {
  background: rgba(0, 0, 0, 0.55);
  padding: 16px 22px;
  border-radius: 10px;
  display: inline-block;
}
/* حجز ارتفاع الأقسام التي تُرسم متأخراً — إصلاح CLS */
.s-block--bundle-text-content { min-height: 210px; }
.s-block--bundle-landing-footer { min-height: 125px; }
@media (min-width: 768px) {
  .s-block--bundle-text-content { min-height: 215px; }
  .s-block--bundle-landing-footer { min-height: 85px; }
}
/* إخفاء مربع النص الفارغ في السلايد الأول (اليوم الوطني) */
.advanced-slider .swiper-slide[data-swiper-slide-index="0"] .advanced-slider__caption { display: none; }