/* A4 print-friendly classic pedigree (pedigree_print_preview.php) */

.ped-print-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1rem;
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid var(--pub-border, #dde5dd);
	border-radius: 8px;
	background: var(--pub-bg-subtle, #f4f6f4);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	color: var(--pub-text, #2c332c);
}

.ped-print-toolbar-btn {
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: bold;
	padding: 0.4rem 0.85rem;
	border-radius: 4px;
	border: 1px solid #339900;
	background: #206200;
	color: #ffffff;
	cursor: pointer;
}

.ped-print-toolbar-btn:hover {
	background: #339900;
}

.ped-print-toolbar-note {
	color: var(--pub-text-muted, #5a665a);
}

/* A4 landscape proportions on screen preview */
.ped-print-sheet {
	box-sizing: border-box;
	width: 100%;
	max-width: 297mm;
	min-height: 210mm;
	margin: 0 auto 1.5rem;
	padding: 6mm;
	background: #ffffff;
	color: #000000;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
	font-family: Georgia, "Times New Roman", Times, serif;
	display: flex;
	flex-direction: column;
}

.ped-print-banner {
	text-align: center;
	margin-bottom: 3mm;
	flex: 0 0 auto;
}

.ped-print-banner img {
	max-width: 380px;
	max-height: 52px;
	width: auto;
	height: auto;
}

.ped-print-title {
	margin: 0;
	font-size: 13pt;
	font-weight: bold;
	line-height: 1.25;
}

.ped-print-subject {
	display: inline;
	white-space: normal;
}

.ped-print-meta {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.65fr) minmax(0, 0.85fr);
	gap: 1.5mm 2mm;
	margin-bottom: 3mm;
	font-size: 9pt;
	line-height: 1.25;
	text-align: left;
	flex: 0 0 auto;
}

.ped-print-meta-line {
	margin: 0;
}

.ped-print-meta-col--center {
	text-align: center;
}

.ped-print-meta-col--right {
	text-align: right;
}

.ped-print-tree-wrap {
	overflow: hidden;
	flex: 1 1 auto;
	min-height: 145mm;
}

.ped-print-grid {
	width: 100%;
	height: 100%;
	min-height: 145mm;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 8.5pt;
}

.ped-print-cell {
	border: 1px solid #666666;
	vertical-align: middle;
	padding: 1mm 0.55mm;
	line-height: 1.2;
	word-break: break-word;
	hyphens: auto;
}

.ped-print-cell--sire {
	background: #f7f9fc;
}

.ped-print-cell--dam {
	background: #fcf9f7;
}

.ped-print-cell--empty {
	background: #f5f5f5;
	color: #777777;
}

.ped-print-role {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #444444;
	margin-bottom: 0.3mm;
}

.ped-print-name {
	display: block;
	font-weight: 600;
}

.ped-print-name.is-champion,
.ped-print-subject.is-champion {
	color: #cc0000;
	font-weight: 700;
}

.ped-print-name--unknown {
	font-style: italic;
	font-weight: normal;
	color: #777777;
}

.ped-print-footer {
	margin-top: 2mm;
	padding-top: 0;
	border-top: 0;
	font-size: 7pt;
	line-height: 1.2;
	color: #444444;
	text-align: center;
	flex: 0 0 auto;
}

@page {
	size: A4 landscape;
	margin: 6mm;
}

@media print {
	body.pub-body {
		background: #ffffff !important;
	}

	.pub-app > header,
	.pub-footer,
	.pub-tabs,
	.pub-ped-demo-banner,
	.pub-ped-view-switch,
	.ped-print-toolbar,
	.pub-ped-screen-footer,
	.pub-record-footer,
	.pub-main > .pub-container > table:first-of-type {
		display: none !important;
	}

	.pub-main,
	.pub-container,
	.pub-container--wide {
		padding: 0 !important;
		margin: 0 !important;
		max-width: none !important;
	}

	.ped-print-sheet {
		max-width: none;
		width: auto;
		min-height: 198mm;
		height: 198mm;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.ped-print-banner {
		margin-bottom: 2mm;
	}

	.ped-print-banner img {
		max-height: 10mm;
		max-width: 72mm;
	}

	.ped-print-title {
		font-size: 12pt;
	}

	.ped-print-meta {
		font-size: 8.5pt;
		margin-bottom: 2.5mm;
	}

	.ped-print-tree-wrap {
		min-height: 0;
		flex: 1 1 auto;
	}

	.ped-print-grid {
		font-size: 8.5pt;
		min-height: 0;
		height: 100%;
	}

	.ped-print-cell {
		padding: 0.9mm 0.5mm;
		line-height: 1.18;
	}

	.ped-print-footer {
		margin-top: 2mm;
		font-size: 6.5pt;
	}

	.ped-print-cell--sire,
	.ped-print-cell--dam,
	.ped-print-cell--empty,
	.ped-print-name.is-champion,
	.ped-print-subject.is-champion {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}

@media screen and (max-width: 760px) {
	.ped-print-meta {
		grid-template-columns: 1fr;
	}

	.ped-print-meta-col--center,
	.ped-print-meta-col--right {
		text-align: left;
	}

	.ped-print-sheet {
		min-height: auto;
		padding: 5mm;
	}

	.ped-print-tree-wrap {
		min-height: 100mm;
	}

	.ped-print-grid {
		min-height: 100mm;
	}
}
