/* Classic polanterixpl header/footer switcher tweaks */
header .top-nav .lang-switcher,
header .lang-switcher {
  margin-right: 12px;
}
.footer-bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-bottom__row .lang-switcher {
  margin: 0;
  order: -1;
}
.site-footer .lang-switcher--pills {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}
.modal-content .lang-switcher {
  margin: 0 0 16px;
  align-self: flex-start;
}
