/* === Nawa: تعديلات الشريط العلوي === */

/* إخفاء شريط البحث من الهيدر */
header form:has(input[type="search"]),
header form:has(input[placeholder*="البحث"]),
header salla-search,
header .header-search {
  display: none !important;
}

/* إخفاء البريد الإلكتروني من الشريط العلوي */
header a[href^="mailto:"] {
  display: none !important;
}