/* Language navigation is part of each menu and remains usable without scripts. */
.language-switch{display:flex;align-items:center;gap:2px;flex-shrink:0;line-height:1}
.desktop-nav .language-switch a,.mobile-nav .language-switch a{display:flex;align-items:center;justify-content:center;height:36px;min-width:36px;padding:8px;font-size:12px;font-weight:650;text-decoration:none;border-radius:3px}
.desktop-nav .language-switch a:after{display:none}
.language-flag{display:block;width:26px;height:18px;border-radius:2px;box-shadow:0 0 0 1px #00000012;overflow:hidden}
.language-switch a:focus-visible{outline:2px solid #6b737c;outline-offset:3px}
.mobile-nav .language-switch{width:max-content;margin:20px 12px 0}
.mobile-nav .language-switch a{min-width:48px;height:44px;font-size:14px}
@media(min-width:1280px){.header-inner{gap:20px}.desktop-nav{gap:14px}.desktop-nav .language-switch{margin-left:3px}html[lang=en] .desktop-nav>a,html[lang=en] .nav-dropdown>summary{font-size:13px}html[lang=en] .header-cta{font-size:11px;padding-inline:13px;gap:9px}}
