.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 14px;
  border: 1px solid #686253;
  border-radius: 999px;
  color: #211e1a;
  background: #f9efdc;
  font-family: Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  flex-shrink: 0;
}
.language-switch:focus-visible {
  outline: 3px solid #32658f;
  outline-offset: 4px;
}
.site-header, .legal-header { position: relative; }
.site-header { gap: 12px; flex-wrap: wrap; height: auto; min-height: 108px; padding-block: 18px; }
.site-header > .language-switch { order: 3; }
.site-header .brand-link { flex-shrink: 0; }
.legal-header > .language-switch { float: inline-end; margin-inline-start: 16px; margin-bottom: 12px; }
.legal-header-inner { flex-wrap: wrap; }
body > .language-switch { margin: 16px; }
@media (max-width: 560px) {
  .site-header { min-height: 88px; }
  .site-header .site-nav { order: 4; width: 100%; justify-content: center; }
}
@media print { .language-switch { display: none; } }
