/* Shared footer appearance across BookUni public pages. */
/* Keep every form legible at Chinese fifth-size equivalent. */
form label,
form input,
form select,
form textarea,
form button {
    font-size: 14px !important;
}

footer,
.footer {
    background: #edf3ff !important;
    border-top-color: #d7e4f8 !important;
    color: #53627a !important;
}

footer :is(h1, h2, h3, h4, h5, h6, strong, .footer-title, .footer-brand),
.footer :is(h1, h2, h3, h4, h5, h6, strong, .footer-title, .footer-brand) {
    color: #0a255c !important;
}

footer :is(p, span, li),
.footer :is(p, span, li) {
    color: #65748d !important;
}

footer a,
.footer a {
    color: #53627a !important;
}

footer a:hover,
.footer a:hover {
    color: #286bea !important;
}
