/* Agenda — evening / social session card (.programme-item.is-evening).
   Evening events (dinner, reception, gala) arrive as type-plenary from the API
   but get a distinct background. Declared after agenda.plenary.css so is-evening
   wins the background while keeping the plenary full-row layout.
   An editor's inline colour_override still beats this. */

.programme-item.is-evening {
	background-color: var(--colour-evening);
	/* Optional uploaded pattern (--evening-bg-image, set per edition). Falls
	   back to no image, leaving just the colour. */
	background-image: var(--evening-bg-image, none);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
