.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  width: max-content;
  top: 70%;
  left: 50%;
  border: 1px solid #161616 !important;
  background:  #E5DEC6;
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}
