/* Foundation header: keep switcher compact next to CTA */
.f-site-header__actions .lang-switcher,
.f-site-header__actions .lang-switcher-host--inline {
  margin-right: 0;
  flex-shrink: 0;
}
.f-site-header__actions .lang-switcher--dropdown .lang-switcher__toggle {
  height: 36px;
}

/* Light / solid headers (default + centered): dark pills on white bar */
.f-site-header:not(.f-site-header--transparent) .lang-switcher--pills {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.1);
}
.f-site-header:not(.f-site-header--transparent) .lang-switcher__btn {
  color: rgba(15, 23, 42, 0.55) !important;
}
.f-site-header:not(.f-site-header--transparent) .lang-switcher__btn:hover {
  color: rgba(15, 23, 42, 0.9) !important;
  background: rgba(15, 23, 42, 0.08);
}
.f-site-header:not(.f-site-header--transparent) .lang-switcher__btn.is-active {
  color: #fff !important;
  background: #0f172a;
}
.f-site-header:not(.f-site-header--transparent) .lang-switcher--dropdown .lang-switcher__toggle {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
}
.f-site-header:not(.f-site-header--transparent) .lang-switcher__caret {
  border-top-color: rgba(15, 23, 42, 0.7);
}
.f-site-header:not(.f-site-header--transparent) .lang-switcher__menu {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}
.f-site-header:not(.f-site-header--transparent) .lang-switcher__option {
  color: rgba(15, 23, 42, 0.75) !important;
}
.f-site-header:not(.f-site-header--transparent) .lang-switcher__option:hover,
.f-site-header:not(.f-site-header--transparent) .lang-switcher__option.is-active {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a !important;
}

/* Footer row: copyright + switcher */
.f-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.f-site-footer__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.f-site-footer__bottom-row > p {
  margin: 0;
}
.f-site-footer .lang-switcher,
.f-site-footer .lang-switcher-host--inline {
  margin: 0;
  flex-shrink: 0;
}
.f-site-footer .lang-switcher--pills {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}
.f-site-footer .lang-switcher__btn {
  color: rgba(255, 255, 255, 0.7) !important;
}
.f-site-footer .lang-switcher__btn:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}
.f-site-footer .lang-switcher__btn.is-active {
  color: #0b0b0b !important;
  background: #fff;
}
.f-site-footer--minimal .lang-switcher--pills,
.f-site-footer--bar .lang-switcher--pills {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.1);
}
.f-site-footer--minimal .lang-switcher__btn,
.f-site-footer--bar .lang-switcher__btn {
  color: rgba(15, 23, 42, 0.55) !important;
}
.f-site-footer--minimal .lang-switcher__btn.is-active,
.f-site-footer--bar .lang-switcher__btn.is-active {
  color: #fff !important;
  background: #0f172a;
}
.f-site-footer__bar-line .lang-switcher {
  margin-left: 0.5rem;
}
