@media print {
	.site-header,
	.site-footer,
	.nav__toggle,
	.lang,
	.lightbox,
	.hero__actions,
	.film__actions {
		display: none !important;
	}

	body {
		color: #000;
		background: #fff;
		font-size: 11pt;
		line-height: 1.5;
	}

	a {
		color: #000;
		text-decoration: underline;
	}

	a[href^="http"]::after {
		content: " (" attr(href) ")";
		font-size: 0.85em;
		color: #555;
	}

	.container {
		max-width: none;
		padding: 0;
	}

	section {
		padding-block: 1rem;
	}

	h1,
	h2 {
		page-break-after: avoid;
	}

	img {
		max-width: 100%;
		page-break-inside: avoid;
	}
}
