/* v4.4.2 — Fix mobile/tablet header: brand right, notification + theme far left */

@media (max-width:1024px){

  .felah-real-topbar{
    padding:12px 14px !important;
    gap:10px !important;
  }

  .felah-head-main{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
    direction:rtl !important;
  }

  /* يمين: فلاح فقط */
  .felah-head-right{
    grid-column:1 !important;
    justify-self:start !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    margin:0 !important;
  }

  /* المنتصف فارغ ليدفع الأيقونات إلى أقصى الطرف */
  .felah-head-spacer{
    grid-column:2 !important;
    min-width:1px !important;
  }

  /* يسار: الإشعارات + الشمس/القمر */
  .felah-head-left{
    grid-column:3 !important;
    justify-self:end !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    margin:0 !important;
  }

  .felah-real-brand{
    width:auto !important;
    min-width:132px !important;
    max-width:170px !important;
    height:48px !important;
    min-height:48px !important;
    border-radius:18px !important;
    font-size:13.5px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .felah-notification-btn,
  .felah-theme-toggle-force,
  .felah-real-icon{
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
    min-height:48px !important;
    border-radius:16px !important;
    font-size:18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    visibility:visible !important;
    opacity:1 !important;
  }

  .felah-real-topbar .felah-real-user{
    display:none !important;
  }

  .felah-real-search{
    width:100% !important;
    min-height:54px !important;
    border-radius:21px !important;
    padding:0 15px !important;
  }

  .felah-real-search input{
    font-size:14px !important;
    text-align:right !important;
    direction:rtl !important;
  }
}

.felah-notification-btn{
  position:relative !important;
}

.felah-notification-badge{
  position:absolute;
  top:-5px;
  inset-inline-start:-5px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:#e84c4c;
  color:#fff;
  font-size:11px;
  font-weight:900;
  display:none;
  align-items:center;
  justify-content:center;
  line-height:18px;
}

/* الوضع الفاتح */
html[data-theme="light"] .felah-notification-btn,
html[data-theme="light"] .felah-theme-toggle-force,
html[data-theme="light"] .felah-real-icon,
html[data-theme="light"] .felah-real-brand,
html[data-theme="light"] .felah-real-search{
  background:#ffffff !important;
  color:#173d28 !important;
  border-color:rgba(23,61,40,.14) !important;
}

/* الوضع الداكن */
html[data-theme="dark"] .felah-notification-btn,
html[data-theme="dark"] .felah-theme-toggle-force,
html[data-theme="dark"] .felah-real-icon,
html[data-theme="dark"] .felah-real-brand,
html[data-theme="dark"] .felah-real-search,
body:not([data-theme]) .felah-notification-btn,
body:not([data-theme]) .felah-theme-toggle-force{
  color:var(--text,#edf7ef) !important;
}
