/**
 * FAZPREV — Estilos de Impressão
 *
 * @package Fazprev
 * @since 2.0.0
 */

@media print {

	/* ── Reset geral ─────────────────────────────────────────────────── */
	*,
	*::before,
	*::after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	/* ── Tipografia ──────────────────────────────────────────────────── */
	body {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12pt;
		line-height: 1.5;
		color: #000;
	}

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		font-family: Arial, Helvetica, sans-serif;
	}

	p, blockquote, table, figure {
		orphans: 3;
		widows: 3;
	}

	/* ── Links ───────────────────────────────────────────────────────── */
	a,
	a:visited {
		text-decoration: underline;
	}

	a[href^="http"]::after,
	a[href^="https"]::after {
		content: " (" attr(href) ")";
		font-size: 10pt;
		color: #555 !important;
	}

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

	/* ── Ocultar elementos não imprimíveis ───────────────────────────── */
	.skip-links,
	.site-header,
	.accessibility-bar,
	.hero-carousel,
	.hero-carousel__controls,
	.mobile-drawer,
	.mobile-overlay,
	.header-topbar,
	.header-actions,
	.site-footer__newsletter,
	nav,
	.acesso-rapido-section,
	.breadcrumb,
	.btn,
	button,
	input[type="submit"],
	input[type="button"],
	.wp-block-search,
	.search-modal,
	.pagination,
	[vw],
	#wpadminbar,
	.admin-bar .site-header {
		display: none !important;
	}

	/* ── Layout ──────────────────────────────────────────────────────── */
	.container,
	.wp-site-blocks {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	main,
	.wp-block-group,
	.entry-content {
		width: 100% !important;
		float: none !important;
		max-width: 100% !important;
	}

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

	/* ── Tabelas ─────────────────────────────────────────────────────── */
	table {
		border-collapse: collapse !important;
		width: 100%;
	}

	table th,
	table td {
		border: 1px solid #999 !important;
		padding: 4pt 6pt !important;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	/* ── Rodapé de impressão ──────────────────────────────────────────── */
	.site-footer {
		border-top: 1pt solid #ccc;
		padding-top: 8pt;
		font-size: 9pt;
	}

	/* ── Paginação ───────────────────────────────────────────────────── */
	@page {
		margin: 2cm;
	}

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

	/* ── Documentos / licitações ─────────────────────────────────────── */
	.document-list,
	.licitacao-list {
		page-break-inside: avoid;
	}
}
