/* -- Print Style -- */

@media print {
	.noprint,
	div#cookie-notice,
	#wpadminbar {
		display: none !important;
	}
	body,
	* {
		-webkit-print-color-adjust: exact;
		printer-colors: exact;
		color-adjust: exact;
	}
	table {
		page-break-inside: avoid !important;
	}
	/*
		Shows all spoiler dropdowns in print out
	*/
	.su-spoiler-icon::before,
	.su-spoiler-icon-arrow .su-spoiler-icon::before {
		display: none !important;
		content: "" !important;
		opacity: 0 !important;
	}
	.su-spoiler.su-spoiler-closed>.su-spoiler-content {
		height: auto !important;
		margin: 10px !important;
		padding: 10px !important;
		overflow: hidden !important;
		border: medium none !important;
		opacity: 1 !important;
	}
	/* HIDE CHAT WIDGET */
	#LLVFieX-1539088107748,
	#z4IA1mx-1539088107747,
	#PSz5idS-1539088107749,
	iframe[title="chat widget"] {
		display: none !important;
	}
}