.region-secondary-menu .menu {
  display: flex;
  justify-content: end;
  gap: 1em;
}
.region-secondary-menu li {
  list-style: none;
}
