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

.list-menu--disclosure {
  position: absolute;
  width: 25rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);background:#f8f8f8;
}

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

.footer-block__details-content .list-menu__item--active:after {
    transform: scaleX(1) !important;
}


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