/* /search/ page — left to default browser styles. */
mark {
    background: transparent;
    font-weight: bold;
}

/* Mobile: hide empty footer cells so they don't render as orphan dotted boxes. */
@media screen and (max-width: 480px) {
    .footer-left:empty,
    .footer-middle:empty {
        display: none !important;
    }
}
