/* ==========================================================================
   Rensburg — print stylesheet (visitors print catalogue and oeuvre pages)
   ========================================================================== */

@page {
	margin: 2cm;
}

body {
	background: #ffffff !important;
	color: #000000 !important;
	font-size: 12pt;
	line-height: 1.6;
}

/* Chrome is not part of the printed catalogue */
header,
footer,
nav,
.rensburg-utility,
.wp-block-navigation,
.wp-block-buttons,
.wp-block-search,
.woocommerce-message,
.woocommerce-info,
.screen-reader-text {
	display: none !important;
}

/* Sheet-white mounts waste ink; keep only the plate edge */
.is-style-plate-mark,
.woocommerce ul.products li.product img,
.woocommerce div.product div.images img {
	background: #ffffff !important;
	border-color: #999999 !important;
	padding: 0.5cm !important;
}

img {
	max-width: 100% !important;
	break-inside: avoid;
}

h1, h2, h3, figure, blockquote, table, .is-style-register li {
	break-inside: avoid;
}

a {
	color: #000000 !important;
	text-decoration: underline;
}

/* Reveal link destinations in long-form content */
.wp-block-post-content a[href]::after {
	content: " (" attr(href) ")";
	font-size: 0.8em;
	font-family: var(--wp--preset--font-family--sans);
	color: #444444;
}
.wp-block-post-content a[href^="#"]::after,
.wp-block-post-content a[href^="mailto:"]::after {
	content: "";
}

.is-style-register li {
	border-block-end-color: #999999 !important;
}
