/* Public footer actions: keep the typography compact while making each link easy to tap. */
@media (max-width: 767px) {
    body.unified-page:not(.results-dialog-active) .service-footer-contact,
    body.unified-page:not(.results-dialog-active) .service-footer-links {
        align-items: center;
    }

    body.unified-page:not(.results-dialog-active) .service-footer-contact a,
    body.unified-page:not(.results-dialog-active) .service-footer-links a {
        display: inline-flex;
        align-items: center;
        min-width: 44px;
        min-height: 44px;
    }
}
