.site-language {
  position: relative;
  z-index: 60;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 14px;
  background: #050814;
  border-bottom: 1px solid #303850;
  font: 600 12px/1.3 system-ui, -apple-system, sans-serif;
}
.site-language a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #aeb8d4;
  text-decoration: none;
  border: 1px solid transparent;
}
.site-language a[aria-current="page"] { color: #0b1224; background: #ffe000; border-color: #fff; }
