.language-switch {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(49, 111, 37, 0.3);
  border-radius: 6px;
  background: rgba(255, 252, 245, 0.9);
  color: #173b1b;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.language-switch a {
  display: grid;
  min-width: 28px;
  height: 25px;
  place-items: center;
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
}

.language-switch a[aria-current="page"] {
  background: #245a18;
  color: #fff;
}

.eco-language-switch {
  position: absolute;
  top: 62px;
  right: 28px;
  z-index: 8;
}

@media (max-width: 720px) {
  .language-switch {
    font-size: 10px;
  }

  .language-switch a {
    min-width: 26px;
    height: 24px;
  }
}
