/* تقليل ارتفاع الهيدر */
header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* تصغير مساحة اللوجو */
header .logo,
header img {
  max-height: 48px !important;
}

/* تصغير شريط البحث */
header input[type="search"] {
  height: 40px !important;
}

/* تقليل المسافات العامة */
.header-container {
  min-height: unset !important;
}
