/* Language switcher (node/21 top) */

.gr-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}

.gr-lang-switch__sep {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
}

.gr-lang-switch__btn {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  padding: 4px 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.12s ease, border-color 0.12s ease;
}

.gr-lang-switch__btn:hover,
.gr-lang-switch__btn:focus-visible {
  color: #fff !important;
  outline: none;
}

.gr-lang-switch__btn.is-active {
  color: #fff !important;
  border-bottom-color: #1e88e5;
}

/* Hamburger drawer placement */
.nav_content .gr-lang-switch-slot--drawer {
  width: 95%;
  margin: 0 auto 10px;
  padding: 10px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: rgba(51, 51, 51, 0.55);
  border-radius: 5px;
  color: #fff;
}

.nav_content .gr-lang-switch-slot__label {
  margin: 0;
  font-size: 0.85em;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav_content .gr-lang-switch-slot--drawer .gr-lang-switch {
  font-size: 14px;
  gap: 8px;
}

.nav_content .gr-lang-switch-slot--drawer .gr-lang-switch__btn {
  padding: 6px 8px;
}

/* Footer placement */
.gr_top-site-footer .gr-lang-switch-slot--footer {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}

.gr_top-site-footer .gr-lang-switch__btn {
  color: rgba(255, 255, 255, 0.75) !important;
}

.gr_top-site-footer .gr-lang-switch__btn.is-active,
.gr_top-site-footer .gr-lang-switch__btn:hover,
.gr_top-site-footer .gr-lang-switch__btn:focus-visible {
  color: #fff !important;
}
