/* ========================================
   Radici Casa Vacanze — Print Stylesheet
   ======================================== */

@media print {
	/* Hide interactive elements */
	.site-header,
	.wp-block-navigation,
	.wp-block-buttons,
	.wp-block-search,
	.sticky-cta-mobile,
	.skip-link,
	#complianz,
	.cmplz-cookiebanner {
		display: none !important;
	}

	/* Reset backgrounds */
	body {
		background: white !important;
		color: black !important;
		font-size: 12pt;
	}

	/* Ensure content is readable */
	.wp-block-cover {
		min-height: auto !important;
		padding: 1rem !important;
		background: none !important;
		color: black !important;
	}

	.wp-block-cover__background {
		display: none !important;
	}

	.wp-block-cover__inner-container {
		max-width: 100% !important;
	}

	/* Links with visible URLs */
	a[href^="http"]::after {
		content: " (" attr(href) ")";
		font-size: 10pt;
		color: #666;
	}

	a[href^="#"]::after,
	a[href^="tel:"]::after,
	a[href^="mailto:"]::after {
		content: none;
	}

	/* Avoid page breaks in bad places */
	h1, h2, h3, h4 {
		page-break-after: avoid;
	}

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

	p, li, blockquote {
		orphans: 3;
		widows: 3;
	}

	/* Footer contact info kept */
	.site-footer {
		background: none !important;
		color: black !important;
		padding-top: 1rem !important;
		border-top: 1px solid #ccc;
	}

	/* Show all details expanded */
	.wp-block-details[open] {
		border: none;
		padding: 0.25rem 0;
	}

	.wp-block-details summary {
		list-style: none;
	}

	.wp-block-details summary::-webkit-details-marker {
		display: none;
	}
}
