/* Failover LB, on top of the shared stylesheet.
   Only what this site needs and that one does not have, so site.css stays a
   plain copy of the shared file and can be replaced without losing anything. */

/* This footer carries six link columns, one more than the other sites, so it
   needs eight tracks beside a brand that takes two of them rather than the
   seven the shared rule fits.  Explicit tracks with no minimum, because a
   minimum wide enough to read is a minimum that will not fit eight across the
   wrap, and dropping the last column onto a row of its own is the thing this
   is here to stop. */
@media (min-width: 1100px) {
  .footer-grid { grid-template-columns: repeat(8, minmax(0, 1fr));
                 gap: var(--sp-6) var(--sp-4); }
}
