.tv3-lang-switcher {
  position: relative;
}
.tv3-lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: transparent;
  cursor: pointer;
  width: 48px;
  height: 40px;
  text-align: center;
  outline: none;
  font-size: 1rem;
}
.tv3-lang-caret {
  width: 0;
  height: 0;
}
.tv3-lang-dropdown {
  position: absolute;
  right: 0px;
  top: calc(100%);
  list-style: none;
  background: transparent;
  z-index: 50;
}
.tv3-lang-dropdown li {
  width: 48px;
  height: 40px;
  background-color: #27272B;
  border-radius: 4px;
  position: relative;
  margin-bottom: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.tv3-lang-dropdown li:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
