.ct-language {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.ct-language a,
.ct-language b {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.ct-language a {
  opacity: 0.62;
  transition: opacity 160ms ease;
}

.ct-language a:hover,
.ct-language a:focus-visible {
  opacity: 1;
}

.ct-language b {
  border-bottom: 1px solid var(--ct-accent, #d6a800);
  padding-bottom: 3px;
}

