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

.list-menu--disclosure {
  position: absolute;
  left: 1.5rem;
  min-width: 100%;
  width: 20rem;
  background-color: rgb(var(--color-background));
}

.list-menu--disclosure .list-menu--disclosure {
  left: 100%;
  top: auto;
  margin-top: -5.1rem;
}

.list-menu--disclosure .list-menu--disclosure:before {
  content: none;
}

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

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.footer .list-menu__item--active {
  text-decoration: none;
  color: rgba(var(--color-title-foreground), 1);
}

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