.haug-lang-switcher {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.haug-lang-switcher__link {
  text-decoration: none;
  color: inherit;
  opacity: 0.5;
}

.haug-lang-switcher__link:hover,
.haug-lang-switcher__link.is-active {
  opacity: 1;
}

.haug-lang-switcher__link.is-active {
  font-weight: 700;
}

.haug-story-unavailable {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}
