/* Agenda — print styles (collected; not tied to a single component). */

@media print {
	.programme-item {
		break-inside: avoid;
		box-shadow: none;
	}
	.programme-item:hover {
		transform: none;
		box-shadow: none;
	}
	/* Modals themselves are hidden by agenda.modal.css — it ships with every
	   page that can open one, agenda bundle or not. */
	.session-back {
		display: none;
	}
}
