.deepglot-switcher {
  display: inline-flex;
}

.deepglot-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.deepglot-switcher li a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.875rem;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.15s;
}

.deepglot-switcher li a:hover {
  opacity: 1;
}

.deepglot-switcher li.deepglot-active a {
  opacity: 1;
  font-weight: 600;
}
