/* Footer tagline spacing shared across authored pages. */
#lc27 .footer .footer-brand p{max-width:320px;margin-top:28px;line-height:1.85}
@media(max-width:760px){#lc27 .footer .footer-brand p{max-width:360px}}

/* Align brand and all link groups to the same top edge. */
#lc27 .footer .footer-main{align-items:start}
#lc27 .footer .footer-navigation{align-items:start;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr) minmax(0,1.4fr)}
#lc27 .footer .footer-group{min-width:0}
#lc27 .footer .footer-group h2{margin:0 0 18px;min-height:16px}
@media(max-width:760px){#lc27 .footer .footer-navigation{grid-template-columns:1fr 1fr;gap:32px 20px}#lc27 .footer .footer-group:last-child{grid-column:1/-1}}

/* Three link columns; sponsorship sits under the brand statement as the
   site's secondary call to action (blue, with the chevron) rather than alone
   in a column of its own. */
#lc27 .footer .footer-navigation{grid-template-columns:repeat(3,minmax(0,1fr))}
#lc27 .footer .footer-group:nth-child(2) a:first-of-type{color:#fff}
#lc27 .footer .footer-sponsor{display:inline-flex;align-items:center;gap:10px;margin-top:22px;font-size:.9rem;font-weight:600;color:#1bb6f7;text-decoration:none}
#lc27 .footer .footer-sponsor:hover{text-decoration:underline;text-underline-offset:5px}
#lc27 .footer .footer-sponsor .lc-chevron svg{width:.8em;height:.8em}
@media(max-width:760px){#lc27 .footer .footer-navigation{grid-template-columns:1fr 1fr}}
