/* The audit pages use a grey body background for visual depth on the
   apply form, but the footer should still feel like the home-page
   footer (white). alt.css's `.footer` rule sets bg-subtle; we override
   to white explicitly so the footer stays white regardless of body
   colour. */
.footer { background: var(--bg) !important; }
