.lang-switch {
  display: flex;
  gap: 8px;
  align-items: center;
}
.lang-switch a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 0;
}
.lang-switch a[aria-current="true"] {
  text-decoration: underline;
}
