.report-media--print #print-area {
	max-width: 210mm;
	margin: 0 auto;
	background: #fff;
}

.report-print-nav {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
}

.report-media--print .fill-anim {
	stroke-dasharray: var(--fill) 200 !important;
	animation: none !important;
}

.report-media--print .value-dot-rot {
	transform: rotate(calc(-225deg + 1.35deg * var(--fill))) !important;
	animation: none !important;
}

.report-media--print .needle-anim {
	transform: rotate(calc(-225deg + 1.35deg * var(--needle))) !important;
	animation: none !important;
}

.report-media--print .page-break-before {
	break-before: page;
	page-break-before: always;
}

.report-media--print .report-cover {
	min-height: 100vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
	page-break-after: always;
	position: relative;
}

.report-media--print .report-cover-title { font-size: 26pt; }
.report-media--print .report-cover-subtitle { font-size: 14pt; margin-bottom: 1.8rem; }
.report-media--print .report-cover-name { font-size: 18pt; }
.report-media--print .report-cover-date { font-size: 11pt; }
.report-media--print .report-cover-hero { max-width: 11cm; margin: 1.5rem auto 2rem; }

.report-media--print .report-cover-hero img,
.report-media--print .report-cover-section-hero img {
	box-shadow: none !important;
	border-radius: 18px;
	border: 0.5pt solid #888;
}

@media print {
	@page { size: auto; }
	.no-print { display: none !important; }
	body * { visibility: hidden !important; }
	.report-media--print,
	.report-media--print * { visibility: visible !important; }
	.report-media--print {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	* {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}
}
