/* Felah v4.2.3 — user button at far left on mobile */

@media (max-width:760px){

  .felah-real-topbar{
    padding:12px 14px !important;
    direction:rtl !important;
  }

  .felah-head-main{
    width:100% !important;
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;
    gap:10px !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-real-brand{
    order:1 !important;
    width:128px !important;
    min-width:128px !important;
    max-width:128px !important;
    height:48px !important;
    min-height:48px !important;
    font-size:13.5px !important;
    border-radius:18px !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;
  }

  /* اليسار تماماً: المستخدم */
  .felah-real-user{
    grid-column:3 !important;
    justify-self:end !important;
    margin:0 !important;
    position:relative !important;
  }

  .felah-real-user-btn{
    width:132px !important;
    min-width:132px !important;
    max-width:132px !important;
    height:48px !important;
    min-height:48px !important;
    border-radius:18px !important;
    padding:0 10px !important;
    font-size:13.5px !important;
  }

  .felah-real-user-name{
    max-width:58px !important;
    font-size:13.5px !important;
  }

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

  /* البحث في سطر مستقل */
  .felah-real-search{
    width:100% !important;
    min-height:54px !important;
    border-radius:22px !important;
    margin-top:0 !important;
  }

  /* القائمة المنسدلة: تظهر من جهة المستخدم، داخل الشاشة */
  .felah-real-dropdown{
    position:fixed !important;
    top:124px !important;
    left:12px !important;
    right:auto !important;
    width:min(300px, 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;
    z-index:100000 !important;
    direction:rtl !important;
    text-align:right !important;
  }

  .felah-real-dropdown a{
    min-height:42px !important;
    font-size:13.5px !important;
    border-radius:14px !important;
  }
}
