/**
 * Shared footer navigation
 *
 * The expanded list intentionally wraps into readable rows. Important club
 * destinations remain easy to scan at both desktop and enlarged text sizes.
 */
.footer-links {
  display:flex;
  flex-wrap:wrap!important;
  align-items:center;
  justify-content:center;
  column-gap:1.2rem!important;
  row-gap:.75rem!important;
  max-width:44rem
}
.footer-links a {
  white-space:nowrap;
  text-underline-offset:.25rem
}
.footer-links a:hover,
.footer-links a:focus-visible {
  color:#f5ba3d!important;
  text-decoration:underline;
  outline:none
}
/*
 * Keep the club artwork identical in every redesigned footer. Page-specific
 * styles may size their headers differently, but the footer is one shared UI.
 */
footer .footer-brand .brand-mark {
  width:5rem!important;
  height:7rem!important;
  flex:0 0 5rem!important
}
footer .footer-brand .brand-mark img {
  width:4.7rem!important;
  height:6.6rem!important;
  object-fit:contain!important;
  object-position:center!important;
  rotate:0deg!important;
  transform:none!important
}
@media(max-width:42.5rem) {
  .footer-links {
    max-width:100%;
    column-gap:1rem!important;
    row-gap:.85rem!important
  }
  .footer-links a {
    font-size:.78rem
  }
}
