.language-bar{background:#eaf0f7;border-bottom:1px solid #d7e2ef;color:#173b6d;font:14px/1.4 system-ui,-apple-system,"Segoe UI",sans-serif}
.language-inner{max-width:1160px;margin:0 auto;padding:4px 22px;display:flex;justify-content:flex-end;align-items:center;gap:14px;min-height:44px;box-sizing:border-box}
.language-choices{display:flex;gap:4px;align-items:center}
.language-choices a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border-radius:8px;color:#173b6d;text-decoration:none;font-weight:750;border:1px solid transparent;box-sizing:border-box}
.language-choices a[aria-current="true"]{background:#173b6d;color:white}
.language-choices a:focus-visible{outline:3px solid #173b6d;outline-offset:2px}
.language-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.language-bar[aria-busy="true"] [data-set-language="en"]::after{content:" …";white-space:pre}
.language-bar[data-language-error] .language-inner{flex-wrap:wrap}
.language-bar[data-language-error] .language-status{position:static;flex-basis:100%;width:auto;height:auto;margin:0;padding:0 0 6px;overflow:visible;clip:auto;white-space:normal;text-align:right;font-size:13px}
@media(max-width:600px){.language-inner{padding:3px 16px;justify-content:space-between;gap:8px}.language-choices a{min-height:44px}}
@media print{.language-bar{display:none!important}}