/* M2 LANGUAGE SWITCHER — additive layer, keeps V13 global menu intact */
.m2-language-switcher{display:flex;align-items:center;gap:2px;flex:0 0 auto;padding:3px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.035)}
.m2-language-switcher a{display:grid;place-items:center;min-width:24px;height:24px;padding:0 5px;border-radius:999px;color:#8f9098!important;text-decoration:none!important;font-size:8.5px!important;font-weight:850!important;line-height:1!important;letter-spacing:.045em!important;transition:background .18s ease,color .18s ease,transform .18s ease}
.m2-language-switcher a::after{display:none!important}
.m2-language-switcher a:hover{color:#fff!important;background:rgba(255,255,255,.08)}
.m2-language-switcher a.is-active{color:#111!important;background:var(--m2-menu-accent,#d9ff43)}
.m2-language-switcher a:focus-visible{outline:2px solid var(--m2-menu-accent,#d9ff43);outline-offset:2px}
@media(max-width:1120px){.m2-language-switcher a{min-width:21px;height:22px;padding:0 4px;font-size:7.8px!important}}
@media(max-width:980px){.m2-language-switcher{margin:9px 4px 2px;padding:5px;justify-content:center;border-radius:14px}.m2-language-switcher a{height:34px;min-width:54px;font-size:10px!important}.m2-global-nav .m2-language-switcher+a.m2-global-cta{margin-top:7px}}
