/**
 * Print styles — mostly for guests printing a booking confirmation.
 */

.roova-nav,
.roova-footer,
.roova-search,
.roova-band,
.roova-coverage,
.roova-gallery__arrow,
.roova-modal,
.roova-booking-box,
.roova-map {
	display: none !important;
}

/* The hero photo layers are decorative; the copy prints. */
.roova-hero__media,
.roova-hero__scrim,
.roova-hero__sheen {
	display: none !important;
}

body {
	background: #fff;
	color: #000;
	font-size: 12pt;
}

.roova-layout {
	display: block;
}

.roova-card {
	border: 1px solid #ccc;
	break-inside: avoid;
	page-break-inside: avoid;
	margin-bottom: 12pt;
}

a[href]::after {
	content: " (" attr(href) ")";
	font-size: 9pt;
	color: #555;
}
