@media print {
	@page {
		size: Letter;
		margin: 0.65in 0.55in 0.8in;
	}

	:root {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	body {
		background: #ffffff !important;
		color: #1f2937 !important;
		font-size: 11pt;
	}

	header,
	.mobile-nav,
	.sidebar-nav,
	.pointer-events-none,
	.print-hide {
		display: none !important;
	}

	.hidden.print\:block,
	.print-only {
		display: block !important;
	}

	main,
	#main-content,
	article#main-content {
		max-width: 7.1in !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}

	#main-content,
	article#main-content {
		background: transparent !important;
		box-shadow: none !important;
	}

	#main-content > *,
	article#main-content > *,
	main > section,
	main > article {
		page-break-inside: avoid;
		background: #ffffff !important;
		border-color: #d1d5db !important;
		box-shadow: none !important;
	}

	#main-content > * + *,
	article#main-content > * + *,
	main > section + section,
	main > article + article {
		margin-top: 1.5rem !important;
	}

	main .space-y-16 > * + * {
		margin-top: 1.5rem !important;
	}

	main .space-y-10 > * + * {
		margin-top: 1.1rem !important;
	}

	main .space-y-8 > * + * {
		margin-top: 1rem !important;
	}

	main .space-y-6 > * + * {
		margin-top: 0.8rem !important;
	}

	main .space-y-4 > * + * {
		margin-top: 0.55rem !important;
	}

	main .space-y-3 > * + * {
		margin-top: 0.45rem !important;
	}

	.-mt-16,
	.-mt-12 {
		margin-top: 0 !important;
	}

	.shadow-focus,
	.shadow-deep,
	.shadow-lg,
	.shadow-sm,
	.shadow {
		box-shadow: none !important;
	}

	[class*="bg-emerald-"],
	[class*="bg-white/"],
	.bg-white,
	.bg-slate-50,
	.bg-slate-100,
	.bg-emerald-50,
	.bg-emerald-100 {
		background-color: #ffffff !important;
	}

	[class*="text-white"],
	.text-slate-400,
	.text-slate-500,
	.text-slate-600,
	.text-slate-700,
	.text-slate-800,
	.text-slate-900 {
		color: #1f2937 !important;
	}

	.text-brand,
	.text-brandDark,
	.text-emerald-600,
	.text-emerald-700,
	.text-emerald-800,
	.text-emerald-900 {
		color: #0f766e !important;
	}

	a[href]::after {
		content: none !important;
	}

	canvas {
		display: block;
		max-width: 100% !important;
		margin: 0 auto;
	}

	table {
		border-collapse: separate;
		border-spacing: 0 !important;
		width: 100% !important;
	}

	table thead {
		border-bottom: 1px solid #dce2ec !important;
	}

	table td,
	table th {
		border-top: 1px solid #e5e9f2 !important;
		padding: 0.45rem 0.4rem !important;
	}

	table tr:first-child td,
	table tr:first-child th {
		border-top: none !important;
	}

	footer {
		margin-top: 1.2rem !important;
		border-top: 1px solid #dce2ec !important;
		padding-top: 0.6rem !important;
		background: #ffffff !important;
		color: #1f2937 !important;
	}
}
