/* HOLOVAULT_V297_MOBILE_MENU_ACCOUNT_LANGUAGE_CSS */
@media (max-width: 760px){
  /* My account is now shown as a normal menu link below Order tracking. Hide the old bottom-row account duplicate. */
  .goc-mobile-menu-bottom .goc-mobile-bottom-account{
    display:none!important;
  }

  /* Mobile language control: show only the flag in the collapsed bottom selector. */
  .goc-mobile-menu-bottom .goc-mobile-bottom-language{
    justify-content:center!important;
  }
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .goc-mobile-bottom-lead{
    display:none!important;
  }
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .hvc-v217-lang-wrap{
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    display:block!important;
  }
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .hvc-v217-lang-btn{
    width:54px!important;
    min-width:54px!important;
    height:44px!important;
    min-height:44px!important;
    padding:8px!important;
    justify-content:center!important;
    gap:0!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .hvc-v217-lang-current,
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .hvc-v217-lang-arrow{
    display:none!important;
  }
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .hvc-v217-flag{
    margin:0!important;
    flex:0 0 28px!important;
  }

  /* Keep the opened language dropdown readable/clickable after the compact flag button is tapped. */
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .hvc-v217-lang-menu{
    left:auto!important;
    right:0!important;
    width:max-content!important;
    min-width:190px!important;
    max-width:calc(100vw - 48px)!important;
  }
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .hvc-v217-lang-item{
    gap:10px!important;
    justify-content:flex-start!important;
    white-space:nowrap!important;
  }
  .goc-mobile-menu-bottom .goc-mobile-bottom-language .hvc-v217-lang-item span:not(.hvc-v217-flag){
    display:inline!important;
    font-size:16px!important;
  }
}
