#language-button.overflow-visible {
  height: calc(28px * 3 + 4px);
}
.shadow {
  box-shadow: 0 0 0 17000px rgba(70, 70, 70, 0.4);
}
#language-button {
  height: 28px;
}

#language-button:hover{
  opacity: 1;
}

#language-button > svg {
  border-radius: 50%;
  margin-bottom: 2px;
}
