.language-switch {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 24px;
}

.language-switch a {
  color: var(--navy);
  background: #fff;
  border: 2px solid var(--line);
  padding: 6px 11px;
  text-decoration: none;
  font-weight: 850;
}

.language-switch a[aria-current="page"] {
  background: var(--navy);
  color: #fff;
}

.top .language-switch a {
  color: var(--navy);
}

.top .language-switch a[aria-current="page"] {
  color: #fff;
}
