.language-selector {
  position: relative;
  text-align: center;
  z-index: 1;
}

.dropdown-menu-button {
  padding: 0.3em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu-button-icon {
  fill: #fff;
  width: 0.7em;
  position: absolute;
  right: 0;
  transition: ease 0.4s;
}

.dropdown-menu-list {
  display: none;
  position: absolute;
  margin: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dropdown-menu-list li {
  margin: 0;
  padding: 0.3em 1em;
  color: #000;
}
