/* Etihad homepage overrides — keep legal footer links in the main bundle grid slot. */

.footer-navigation.footer-navigation--legal {
  grid-area: terms;
  margin: 0 0 0 15rem;
  gap: min(1.4rem, 1.4vh);
}

@media screen and (orientation: portrait) {
  .footer-navigation.footer-navigation--legal {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    gap: 1.7rem;
  }
}
