/* V24: keep the existing dark footer, but make every word readable in white. */
.site-footer,
.site-footer .footer-brand p,
.site-footer .footer-col,
.site-footer .footer-col h3,
.site-footer .footer-col a,
.site-footer .footer-phone,
.site-footer .footer-lower p,
.site-footer .footer-lower p a,
.site-footer .socials a {
  color: #ffffff !important;
  opacity: 1 !important;
}
.site-footer .footer-col a:hover,
.site-footer .footer-lower p a:hover {
  color: #bfe0ff !important;
}
.site-footer .footer-phone {
  font-size: 1.16rem;
  line-height: 1.35;
}
.site-footer .socials a { border-color: rgba(255,255,255,.72) !important; }
