/* Only the new language control is styled; theme content and motion are untouched. */
.mlt-switcher { display:inline-flex; align-items:center; flex:0 1 auto; max-width:100%; margin-inline-end:10px; position:relative; vertical-align:middle; }
.mlt-switcher select { font-family:inherit; font-size:12px; font-weight:600; line-height:1.5; color:#071E3D; background:#F4F8FF; border:1px solid #18BBD1; border-radius:8px; padding:8px 4px 8px 8px; width:114px; max-width:100%; min-height:36px; cursor:pointer; text-transform:none; letter-spacing:normal; }
.mlt-switcher select:focus-visible { outline:2px solid #1261FF; outline-offset:3px; }
.mlt-switcher select option { color:#071E3D; background:#fff; }
.mlt-sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
[data-mlt-replaced] { display:none!important; }
@media(max-width:480px) { .mlt-switcher { margin-inline-end:6px; } .mlt-switcher select { width:106px; } }
