
/* Step 248 — Mobile language label fix
   Purpose: ensure the language selector shows "En" fully on mobile. */

@media (max-width: 980px) {
    .premium-site-header .language-switcher,
    .premium-site-header .tiny-lang-form select,
    .premium-site-header .language-switcher-form select {
        width: 72px !important;
        min-width: 72px !important;
        max-width: 72px !important;
        padding-left: 10px !important;
        padding-right: 24px !important;
        text-indent: 0 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        overflow: visible !important;
    }
}

@media (max-width: 520px) {
    .premium-site-header .language-switcher,
    .premium-site-header .tiny-lang-form select,
    .premium-site-header .language-switcher-form select {
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
        padding-left: 10px !important;
        padding-right: 22px !important;
        font-size: .88rem !important;
    }
}
