/*
 * Delivery Proof — footer spacing fix (bug85).
 * footer.log-site-footer has a sitewide margin-top:50px (log-footer.css).
 * On this page the dark .notif-bar sits directly above the footer, so that
 * gap shows up as a visible cream seam between two dark sections. Scoped to
 * this page only — other pages may rely on the default spacing.
 */
body.log-delivery-proof-page footer.log-site-footer {
    margin-top: 0;
}
