/* Only the new language control is styled here; existing Swedish styles stay intact. */
.main-nav .language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  border: 1px solid currentColor;
  border-radius: 24px;
  font-size: .75rem;
  line-height: 1;
}
.main-nav .language-switch:hover { border-color: var(--gold); }
