/* Print stylesheet for single-tour.php — generates a clean PDF via window.print(). */
@media print {
	body, .ec-doc { background:#fff !important; color:#000 !important; }
	.doc-topbar, .doc-header, .footer, .economad-modal, [data-economad-print],
	.tour-hero .actions, .scroll-ind, .meta-bar, .slider-pag, .orn-top, .orn-bot,
	.tour-layout > aside, .tours-map-strip, .filter-bar,
	[style*="position:fixed"], .v2-marker { display:none !important; }

	.tour-hero { height:auto !important; padding:0 !important; }
	.tour-hero .photo, .tour-hero .scrim { display:none !important; }
	.tour-hero .inner { padding:0 0 24px !important; color:#000 !important; }
	.tour-hero h1, .tour-hero .sub, .tour-hero .stat-strip { color:#000 !important; }
	.tour-hero h1 em { color:#A85C32 !important; }

	.tour-gallery { display:none !important; }
	.tour-layout { display:block !important; padding:0 !important; }
	.tour-content { max-width:100% !important; }
	.tour-content > section + section { margin-top:24px !important; page-break-inside:avoid; }
	.day-row { page-break-inside:avoid; padding:14px 0 !important; }
	.day-row .day-mark .day-no { font-size:32px !important; }

	.bul li::before { content:"·" !important; background:none !important; color:#000 !important; box-shadow:none !important; width:auto !important; height:auto !important; }
	.highlights { background:none !important; border-color:#000 !important; padding:14px !important; }

	.faq-row.collapsed .a { display:block !important; }

	a { color:#000 !important; text-decoration:none !important; }
	img, .ph-photo { max-height:300px !important; }

	@page { margin: 18mm 14mm; }
	body, p, li { font-size:11pt; line-height:1.45; }
	h1 { font-size:24pt !important; }
	h2 { font-size:18pt !important; margin-top:14pt !important; }
	h3, h5 { font-size:13pt !important; }

	/* Header strip with logo + name */
	body::before {
		content: "EcoNomad — economad.travel";
		display: block;
		font-family: serif;
		font-size:9pt;
		letter-spacing:.12em;
		color:#A37F4B;
		text-transform:uppercase;
		border-bottom:1px solid #C9BFAB;
		padding-bottom:6px;
		margin-bottom:14px;
	}
}
