/* ==========================================================================
   tpl_webportaly - Print Styles
   ========================================================================== */

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	body {
		font-size: 12pt;
		line-height: 1.5;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

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

	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

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

	h2, h3 {
		page-break-after: avoid;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	/* Hide non-content elements */
	.wp-topbar,
	.wp-header__actions,
	.wp-offcanvas-toggle,
	.wp-offcanvas,
	.wp-offcanvas-backdrop,
	.wp-back-to-top,
	.wp-hero,
	.wp-sidebar,
	.wp-footer,
	.wp-bottom,
	.wp-breadcrumbs,
	.wp-content-top,
	.wp-content-bottom,
	.wp-theme-toggle,
	.pagination,
	.wp-pagination,
	#system-message-container,
	.wp-nav,
	.wp-skip-link {
		display: none !important;
	}

	/* Full width content */
	.wp-main__grid {
		display: block !important;
	}

	.wp-container {
		max-width: none !important;
		padding: 0 !important;
	}

	/* Show header brand for identification */
	.wp-header {
		border-bottom: 2px solid #000;
		margin-bottom: 1rem;
		padding-bottom: 0.5rem;
	}

	.wp-header__inner {
		justify-content: flex-start;
	}
}
