/* Client footer contrast fixes (Shadow DOM)
 * Background: var(--ink) = #2a2a2a
 * Failed AA: #7f8d90 (~4.18), #71807f (~3.48)
 */

.site-footer .footer-col h5,
.site-footer .f-sub .k,
.site-footer .f-listed .k {
    color: #c4cdcf;
}

.site-footer .footer-bottom .cr,
.site-footer .footer-bottom .cr #year,
.site-footer #year {
    color: #c4cdcf;
}
