.language {
  display: inline-flex;
  gap: .4rem;
  align-items: center;
  font-weight: 700;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}

.language span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: .62rem;
}
