/* Shared styling for BMIT programme information pages. */
body.programme-page { --bmit-page-background: #F2EBE2; }
/* Match the homepage footer colour across the full width, preserving its content alignment. */
body.programme-page #footer { background-color: var(--wine); color: #fff; }
body.programme-page .footer-bottom { background-color: var(--wine); color: #fff; border-top-color: #ffffff25; }
body.programme-page .footer-bottom a { color: inherit; }
