/**
 * Print Styles
 *
 * @package Vessel_Charter
 * @since   1.2.0
 */

@media print {
	.top-header,
	.site-header,
	.site-footer,
	.back-to-top,
	.vessel-filter-sidebar,
	.vessel-search-bar,
	.nav-cta,
	.cta-section,
	.contact-emergency,
	.partners-marquee,
	.wave-divider,
	.vc-social-icons,
	.vc-honeypot {
		display: none !important;
	}

	body {
		font-size: 12pt;
		color: #000;
		background: #fff;
	}

	a {
		color: #000;
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
		font-size: 0.8em;
	}

	.site-main {
		padding-top: 0 !important;
	}

	.vessel-card,
	.single-vessel-block,
	.contact-form-wrap {
		break-inside: avoid;
		border: 1px solid #ccc;
		box-shadow: none;
	}

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

	.hero-section,
	.fleet-hero,
	.contact-hero {
		min-height: auto;
		padding: 2rem 0;
	}

	.hero-background,
	.fleet-hero-bg,
	.cta-background {
		display: none;
	}
}
