/* Explicit cross-language fallbacks in staged localized pages. Never a claim
   that the destination has been translated. Native targets omit the badge. */
html[data-sca-design="20260830"] .sca-link-language {
  display:inline-block;flex:none;margin-inline-start:.35em;padding:1px 3px;
  border:1px solid currentColor;border-radius:2px;font-size:10px!important;
  font-weight:500;line-height:1.15;letter-spacing:0;vertical-align:middle;
  direction:ltr;unicode-bidi:isolate;white-space:nowrap;
}
/* Keep the language selector legible. Long translated menus may use two
   compact rows between brand and CTA; never shrink text into vertical letters. */
html[data-sca-design="20260830"] .lang-menu {flex-shrink:0}
html[data-sca-design="20260830"] .lang-menu>summary {white-space:nowrap}
html[data-sca-design="20260830"] .cta-top {flex-shrink:0;white-space:nowrap}
@media(min-width:1241px) {
  html[data-sca-design="20260830"] .nav {column-gap:12px}
  html[data-sca-design="20260830"] .menu {
    min-inline-size:0;flex:1 1 auto;flex-wrap:wrap;row-gap:4px;
  }
}
