.locale-list .locale-route-link {
  display: grid;
  min-block-size: 50px;
  padding: .62rem;
  border: 0;
  background: #0d0b09;
  color: currentColor;
  font-family: "Axtlan Soles", sans-serif;
  font-size: .64rem;
  line-height: 1.35;
  text-align: start;
  text-decoration: none;
}
.locale-list a.locale-route-link:is(:hover, :focus-visible) {
  background: #25150d;
  outline: 1px solid #ff7b20;
  outline-offset: -2px;
}
.locale-list .locale-route-link.is-current {
  background: #ffe0c2;
  color: #281508;
  box-shadow: inset 3px 0 #9c3500;
}
body[data-theme="light"] .locale-list .locale-route-link {
  background: #e8d6bf;
  color: #39251a;
}
body[data-theme="light"] .locale-list a.locale-route-link:is(:hover, :focus-visible) {
  background: #d7b998;
}
body[data-theme="light"] .locale-list .locale-route-link.is-current {
  background: linear-gradient(90deg, #9a421a, #6e341b);
  color: #fff6e9;
  box-shadow: inset 3px 0 #ff8a3d;
}
