/* Footer navigation: keep the data/privacy link on the left and language controls on the right. */
.footer-links {
  justify-content: flex-start;
}

.footer-links > a:first-child {
  margin-right: auto;
}
