/* Start - Custom checklisten print styles */
@media print {
	@page {
		margin-top: 30cm !important;
		margin-right: 1.6cm !important;
		margin-bottom: 3cm !important;
		margin-left: 1.6cm !important;
	}
	.container {
		max-width: unset;
		width: unset;
	}
	thead {
		display: table-header-group !important;
	}
	tfoot {
		display: table-footer-group !important;
	}
	.single-checklisten section {
		padding: 0 !important;
	}
	.left .logo {
		max-width: 8cm !important;
		width: 8cm !important;
		object-fit: contain !important;
		margin-bottom: 1cm !important;
	}
	.flex-box .left {
		width: 40% !important;
		max-width: 9cm;
	}
	.flex-box .right {
		width: 60% !important;
		max-width: 11cm;
	}
	h1.checklist-title {
		text-align: center !important;
		font-weight: 900 !important;
		text-transform: uppercase !important;
		font-size: 34px !important;
		color: #de2127 !important;
		font-style: italic !important;
		font-family: "Gill Sans", sans-serif !important;
		margin-bottom: 40px !important;
		margin-top: 1cm !important;
	}
	.print-d-none {
		display: none !important;
	}
	.single-checklisten .frm_has_image_options img {
		width: 0.6cm !important;
		height: 0.6cm !important;
	}
	p.kenteken {
		display: inline-flex !important;
		background: #ffd800 !important;
		gap: 9px !important;
		position: relative !important;
		height: 38px !important;
		align-items: center !important;
		justify-content: space-between !important;
		border-radius: 5px !important;
		overflow: hidden !important;
	}

	p.kenteken:before {
		content: '' !important;
		width: 26px !important;
		height: 100% !important;
	    background-image: url('/wp-content/uploads/2025/12/nl-license-plate-icon.png') !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
		background-position: center !important;
		background-color: #0148a4 !important;
	}

	p.kenteken {
		text-transform: uppercase !important;
		font-size: 16px !important;
		letter-spacing: 0.75px !important;
		line-height: 18px !important;
		padding: 0 8px 0 0 !important;
	}
}
/* End - Custom checklisten print styles */