/* Felah v4.2.2 — Mobile header final swap */

@media (max-width:760px){

  .felah-real-topbar{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
    padding:12px 14px !important;
    direction:rtl !important;
  }

  .felah-head-main{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    width:100% !important;
    direction:rtl !important;
  }

  /* اليمين: شعار فلاح + الشمس */
  .felah-head-right{
    order:1 !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    margin:0 !important;
  }

  .felah-real-brand{
    order:1 !important;
    width:132px !important;
    min-width:132px !important;
    max-width:132px !important;
    height:48px !important;
    min-height:48px !important;
    border-radius:18px !important;
    padding:0 12px !important;
    font-size:14px !important;
    font-weight:900 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    white-space:nowrap !important;
  }

  .felah-real-icon{
    order:2 !important;
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
    min-height:48px !important;
    border-radius:16px !important;
    font-size:17px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  /* اليسار: المستخدم */
  .felah-real-user{
    order:2 !important;
    margin-inline-start:auto !important;
    margin-inline-end:0 !important;
    min-width:0 !important;
    position:relative !important;
  }

  .felah-real-user-btn{
    width:138px !important;
    min-width:138px !important;
    max-width:138px !important;
    height:48px !important;
    min-height:48px !important;
    border-radius:18px !important;
    padding:0 11px !important;
    font-size:14px !important;
    font-weight:900 !important;
    gap:7px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

  .felah-real-avatar{
    width:27px !important;
    height:27px !important;
    min-width:27px !important;
    font-size:13px !important;
  }

  .felah-real-user-name{
    max-width:66px !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
    font-size:14px !important;
    line-height:1 !important;
  }

  /* البحث تحت الهيدر */
  .felah-real-search{
    order:2 !important;
    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-real-tabs,
  .felah-main-tabs,
  .felah-nav,
  .felah-quick-nav{
    display:none !important;
  }

  /* قائمة المستخدم داخل الشاشة */
  .felah-real-dropdown{
    position:fixed !important;
    top:126px !important;
    left:12px !important;
    right:auto !important;
    width:min(330px, calc(100vw - 24px)) !important;
    max-width:calc(100vw - 24px) !important;
    max-height:calc(100vh - 170px) !important;
    overflow-y:auto !important;
    padding:10px !important;
    border-radius:22px !important;
    background:var(--felah-surface, #062416) !important;
    border:1px solid var(--felah-border-2, rgba(232,248,235,.24)) !important;
    box-shadow:0 22px 55px rgba(0,0,0,.28) !important;
    z-index:100000 !important;
    direction:rtl !important;
    text-align:right !important;
  }

  .felah-real-dropdown a{
    min-height:44px !important;
    padding:10px 13px !important;
    border-radius:15px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    direction:rtl !important;
    text-align:right !important;
    font-size:14px !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
  }

  .felah-real-dropdown a span:first-child{
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body{
    padding-bottom:92px !important;
  }
}

/* Desktop لا يتأثر */
@media (min-width:761px){
  .felah-real-tabs{
    display:flex !important;
  }
}
