@media print {
	header,
	nav,
	aside,
	footer,
	details,
	.menu,
	.sidebar {
		display: none !important;
	}

	video,
	iframe[src*="youtube"],
	.video-wrapper {
		display: none !important;
	}

	img {
		max-width: 100%;
		height: auto;
		max-height: 300px;
	}

	body {
		color: #000;
		background: none;
		font-family: serif;
		font-size: 12pt;
		line-height: 1.4;
		margin: 1cm;
	}

	h1, h2, h3 {
		page-break-after: avoid;
	}

	table, form {
		page-break-inside: avoid;
	}

	.container, .content {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.carousel,
	.carousel-inner,
	.carousel-item {
		position: static !important;
		display: block !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.carousel-item {
		page-break-inside: avoid;
		margin-bottom: 1rem;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none !important;
	}
}