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

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  border-color: var(--c__grey-20);
  border-top: none;
}

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

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.19rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.13rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 11.25rem;
  overflow: auto;
  width: 6.25rem;
  padding: 0.31rem;
}
