/* Add custom CSS styles below */

/* عروض اليوم الوطني - كبسولة خضراء بس */
section[component-id="1858998595"] .custom-products__title {
  background: linear-gradient(270deg, #03251d, #084939, #127d63) !important;
  color: #ffffff !important;
  display: inline-block !important;
  padding: 8px 28px !important;
  border-radius: 999px !important;
  width: auto !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

/* القائمة الرئيسية - أبيض/ذهبي بالديسكتوب بس (≥1024px) */
@media (min-width: 1024px) {
  .main-menu a:not([aria-label*="اليوم الوطني"]) {
    transition: color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: inset 0 -2px 0 0 transparent;
    color: #ffffff !important;
  }

  .main-menu a:not([aria-label*="اليوم الوطني"]):hover {
    color: #B08D57 !important;
    box-shadow: inset 0 -2px 0 0 #B08D57;
  }
}

/* رابط عروض اليوم الوطني - أخضر ومكبّر (بكل الشاشات، جوال وديسكتوب) */
a[aria-label*="اليوم الوطني"] {
  color: #0F6B4E !important;
  font-size: 1.05em !important;
}

a[aria-label*="اليوم الوطني"]:hover {
  color: #0a5c47 !important;
}