.languages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 3;
}

.languages a {
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: #00ab7b;
  cursor: pointer;
}

.languages a.selected {
  color: #ef7b36;
  pointer-events: none;
}

@media (min-width: 1024px) {
}
