/* Footer contrast fix — WCAG AA compliance
   #9fb5c8 on #122540 was ~4.4:1 (fail) → #b8cdd9 = 8.8:1 (pass)
   #5a7a95 on #0d1f35 was ~3.6:1 (fail) → #8aaec9 = 6.8:1 (pass)
*/
.footer-col .footer-links li a,
.footer-brand .footer-blurb,
.footer-address-block p,
.footer-contact-item .fci-text,
.footer-contact-item .fci-text a { color: #b8cdd9 !important; }

.footer-bottom-left p,
.footer-bottom-left a,
.footer-bottom-right a { color: #8aaec9 !important; }
