
/* Step 251 — Mobile Odia Label Fix
   Purpose: show the mobile language label for Odia exactly as "ଓଡିଆ". */

@media (max-width: 980px) {
    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"] {
        min-width: 108px !important;
        width: auto !important;
        flex: 0 0 auto !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"] .language-switcher-visual-label {
        min-width: 108px !important;
        width: auto !important;
        padding-left: 12px !important;
        padding-right: 28px !important;
        font-size: .88rem !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
        text-transform: none !important;
    }
}

@media (max-width: 420px) {
    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"] {
        min-width: 100px !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"] .language-switcher-visual-label {
        min-width: 100px !important;
        font-size: .84rem !important;
        padding-left: 11px !important;
        padding-right: 24px !important;
    }
}


/* Step 259 — Mobile English label fix: show Eng instead of En. */
@media (max-width: 980px) {
    .premium-site-header .language-switcher-form[data-current-label="En"] {
        min-width: 82px !important;
        width: auto !important;
        flex: 0 0 auto !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="En"] .language-switcher-visual-label {
        min-width: 82px !important;
        width: auto !important;
        color: transparent !important;
        position: relative !important;
        padding-left: 12px !important;
        padding-right: 28px !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="En"] .language-switcher-visual-label::before {
        content: "Eng";
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #eef4ff;
        font-weight: 800;
        white-space: nowrap;
    }
}

@media (max-width: 420px) {
    .premium-site-header .language-switcher-form[data-current-label="En"] {
        min-width: 78px !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="En"] .language-switcher-visual-label {
        min-width: 78px !important;
        padding-left: 11px !important;
        padding-right: 24px !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="En"] .language-switcher-visual-label::before {
        left: 11px;
    }
}


/* Step 260 — Mobile Odia font rendering fix.
   Purpose: prevent Odia label clipping/partial rendering in the mobile header. */
@media (max-width: 980px) {
    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"] {
        min-width: 126px !important;
        width: 126px !important;
        flex: 0 0 126px !important;
        height: 46px !important;
        min-height: 46px !important;
        overflow: visible !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"] .language-switcher-visual-label {
        min-width: 126px !important;
        width: 126px !important;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 30px 0 14px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        overflow: visible !important;
        white-space: nowrap !important;
        line-height: 1.35 !important;
        font-size: .92rem !important;
        font-family: "Noto Sans Oriya", "Noto Sans Odia", "Kalinga", "Lohit Odia", "Arial Unicode MS", system-ui, sans-serif !important;
        font-weight: 700 !important;
        letter-spacing: 0 !important;
        text-rendering: geometricPrecision !important;
        -webkit-font-smoothing: antialiased !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"]::after {
        right: 13px !important;
    }
}

@media (max-width: 420px) {
    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"] {
        min-width: 118px !important;
        width: 118px !important;
        flex-basis: 118px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    .premium-site-header .language-switcher-form[data-current-label="ଓଡିଆ"] .language-switcher-visual-label {
        min-width: 118px !important;
        width: 118px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding-left: 12px !important;
        padding-right: 28px !important;
        font-size: .86rem !important;
        line-height: 1.4 !important;
    }
}
