/* KH_MOBILE_DROPDOWN_V6 */

@media(max-width:760px){
  .header,
  .header-actions,
  .topbar,
  .kh-select,
  .kh-lang-select,
  .kh-theme-select,
  .lang,
  .theme-switch,
  .kh362-top-controls,
  .kh362-dd{
    max-width:100vw!important;
    min-width:0!important;
  }

  .header-actions{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    overflow:visible!important;
  }

  .kh-select,
  .kh-lang-select,
  .kh-theme-select,
  .kh362-dd{
    position:relative!important;
    flex:0 1 auto!important;
  }

  .kh-select-toggle,
  .kh362-dd-btn{
    max-width:calc(100vw - 24px)!important;
    min-width:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .kh-select-toggle span,
  .kh362-dd-btn span,
  .kh362-dd-btn strong{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .kh-select-menu,
  .kh362-dd-menu{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:var(--kh-mobile-dropdown-top, 74px)!important;
    width:auto!important;
    min-width:0!important;
    max-width:calc(100vw - 24px)!important;
    max-height:min(72vh, 460px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    transform:none!important;
    margin:0!important;
    z-index:99999!important;
    box-sizing:border-box!important;
    border-radius:18px!important;
  }

  .kh-select-menu button,
  .kh362-dd-menu button,
  .kh-lang-select .kh-select-menu button,
  .kh-theme-select .kh-select-menu button{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.25!important;
    text-align:left!important;
    padding:12px 14px!important;
    box-sizing:border-box!important;
  }

  .kh-select-menu button span,
  .kh362-dd-menu button span,
  .kh362-dd-menu button strong{
    min-width:0!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .kh-select-caret{
    flex:0 0 auto!important;
  }

  .flag-img{
    flex:0 0 auto!important;
  }
}

@media(max-width:420px){
  .kh-select-toggle,
  .kh362-dd-btn{
    padding-left:10px!important;
    padding-right:10px!important;
    font-size:13px!important;
  }

  .kh-select-menu,
  .kh362-dd-menu{
    left:10px!important;
    right:10px!important;
    max-width:calc(100vw - 20px)!important;
  }
}
