/* V50.3.3 — Mobile language switch fix */
.site-header .mobile-lang-switch{
  display:none!important;
}

@media (max-width:900px){
  .site-header .container.nav{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
  }

  .site-header .mobile-lang-switch{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border-radius:10px!important;
    background:#0f172a!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
    text-decoration:none!important;
    position:relative!important;
    z-index:99999!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }

  .site-header .mobile-toggle{
    display:flex!important;
    position:relative!important;
    z-index:99998!important;
    pointer-events:auto!important;
  }

  html[dir="rtl"] .site-header .mobile-lang-switch{
    order:2!important;
  }

  html[dir="rtl"] .site-header .mobile-toggle{
    order:3!important;
  }

  html[dir="ltr"] .site-header .mobile-lang-switch{
    order:2!important;
  }

  html[dir="ltr"] .site-header .mobile-toggle{
    order:3!important;
  }
}
