.gp-language-switch {
  position: relative;
  z-index: 1201;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.gp-language-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 2px;
  color: #8a8e95;
  font: inherit;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, opacity 160ms ease;
}

.gp-language-link:hover,
.gp-language-link:focus-visible,
.gp-language-link.is-active {
  color: #101216;
}

.gp-language-link.is-active {
  font-weight: 700;
}

.gp-language-separator {
  color: #d0d2d5;
  font-size: 10px;
  line-height: 1;
  user-select: none;
}

@media (max-width: 720px) {
  .gp-language-switch {
    gap: 6px;
  }

  .gp-language-link {
    min-height: 38px;
    font-size: 10px;
  }

  .gp-language-switch + .gp-mobile-menu-toggle {
    margin-left: 8px;
  }
}
