/* Accessibility contrast fixes (loaded last so it wins) */

/* "see more" links are a hardcoded bright blue (#007bff) that fails contrast
   on white and is only distinguishable by colour. Darken + underline. */
.see-more,
a.see-more {
    color: #0a52c4 !important;
    text-decoration: underline !important;
}

/* On the dark footer the same link must be light enough to read. */
.footer-section .see-more,
footer .see-more {
    color: #9ec1ff !important;
    text-decoration: underline !important;
}

/* "read more / view services" brand-coloured links: ensure they are
   underlined so they are distinguishable from surrounding text. */
.readmore,
a.readmore {
    text-decoration: underline !important;
}
