.language-switch button{align-items:center;background:transparent;border:0;border-radius:var(--radius-pill);color:var(--text-muted);cursor:pointer;display:flex;font-size:12px;font-weight:700;height:32px;justify-content:center;min-width:34px;padding:0 9px;transition:background .2s var(--ease),color .2s var(--ease),box-shadow .2s var(--ease)}
.language-switch button.is-active{background:var(--charcoal-950);color:var(--white)}
.language-switch button:not(.is-active):hover{background:var(--gray-100);color:var(--text-primary)}
.language-switch>[data-language-status]{height:1px;min-width:1px;padding:0}
.language-switch button:focus-visible{box-shadow:0 0 0 3px rgba(56,55,53,.2);outline:0}
html[data-site-language="es"] .primary-nav ul{gap:19px}
html[data-site-language="es"] .primary-nav a{font-size:13px}
@media(max-width:1100px) and (min-width:821px){html[data-site-language="es"] .site-brand{width:185px}html[data-site-language="es"] .site-logo{width:185px}html[data-site-language="es"] .site-header__inner{padding-inline:22px}}
@media(max-width:820px){.language-switch{display:flex;position:absolute;right:82px}.language-switch button{height:30px;min-width:32px;padding-inline:7px}}
@media(max-width:560px){.language-switch{right:68px}.language-switch button{font-size:11px;height:28px;min-width:29px;padding-inline:5px}.header-cta{display:none}}
