body.is-printing-coupon {
	*:not(:has(.cpn--printing), .cpn--printing, .cpn--printing *) {
		display: none !important;
	}

	*:has(.cpn--printing) {
		width: 100%;
	}

	.cpn--printing {
		width: 100%;

		&, * {
			background-color: white !important;
			color: black !important;
		}

		.act {
			display: none !important;
		}
	}
}

@media (pointer: fine) {
	.cpn-act-share { display: none !important; }
}

@media (pointer: coarse) {
	.cpn-act-download { display: none !important; }
}
