.language-switcher {
  background-color: rgb(30, 30, 30);
  position: fixed;
  bottom: 0;
  left: 10%;
  color: rgb(184, 184, 184);
  width: 8.8rem;
  font-size: 0.875rem;
  line-height: calc(1.25 / 0.875);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  z-index: 1000;
}

.language-switcher__menu {
  display: none;
}

.language-switcher__link {
  display: block;
  padding: 1rem;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.language-switcher__link:hover {
  background-color: rgb(79, 79, 79);
}

.language-switcher__toggle {
  cursor: pointer;
  padding: 1rem;
  text-align: start;
  width: 100%;
}
