.language-switcher {
 position:relative;
 z-index:999;
}
.language-trigger {
 min-height:40px;
 padding:0 12px;
 border-radius:999px;
 cursor:pointer;
}
.language-menu {
 position:absolute;
 right:0;
 top:calc(100% + 8px);
 width:210px;
 border-radius:14px;
 padding:8px;
}
.language-menu[hidden] {
 display:none;
}
.language-option {
 width:100%;
 min-height:42px;
 display:flex;
 align-items:center;
 gap:10px;
 border:0;
 background:transparent;
 cursor:pointer;
}
/* GETLUCK_REDESIGN_2026_MOBILE_TOPBAR_FIX: compact language control on phones
   so the GetLuck brand is never cropped. !important is required because the
   trigger width comes from a runtime-injected <style> tag. */
@media (max-width:520px){
 .language-visual-overlay{width:auto !important;flex:0 0 auto;}
 .language-visual-trigger{width:auto !important;min-width:0 !important;padding:0 10px !important;gap:5px !important;}
 #languageSelect{width:88px !important;min-width:0 !important;max-width:88px !important;}
}
