/* V0.3.6.4.7.2.6 - iPhone/mobile: prevent duplicate current-language flag. */
@media (max-width:760px){
  /* iOS already renders the regional-indicator emoji inside the native select. */
  .top .lang-select-v03646 .lang-current-flag-v0364723{
    display:none !important;
  }
  .top .lang-select-v03646{
    gap:0 !important;
  }
}
