.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
}

.legal-link-language {
  padding: 2px 5px;
  color: white;
  font-size: 0.7em;
  font-weight: 950;
  line-height: 1;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
}

@media (max-width: 760px) {
  .footer-links {
    justify-content: flex-start;
  }
}
