@page {
	size: A4 portrait;
	margin: 12mm;
}
@media print {
	body {
		margin: 0;
		padding: 0;
		background: #FFFFFF !important;
		color: #12233F;
		font-family: Arial, Helvetica, "Segoe UI", sans-serif;
		font-size: 10pt;
		line-height: 1.35;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}

.savs-print-document {
	display: block;
	width: 100%;
	min-height: 0;
	height: auto;
	margin: 0;
	padding: 0;
}

/* ---- header ---- */
.savs-print-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4mm;
}
.savs-print-logo {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
}
.savs-print-title-group {
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.savs-print-university {
	font-size: 13pt;
	font-weight: 700;
	color: #0B2345;
	line-height: 1.2;
}
.savs-print-label {
	font-size: 7pt;
	font-weight: 600;
	color: #667085;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* ---- status ---- */
.savs-print-status {
	margin-bottom: 3mm;
}
.savs-print-verified {
	display: inline-block;
	background: #168A45;
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.8mm 3mm;
	border-radius: 2mm;
}
.savs-print-title {
	font-size: 18pt;
	font-weight: 700;
	color: #0B2345;
	margin: 1.5mm 0 0.8mm;
	line-height: 1.15;
}
.savs-print-desc {
	font-size: 9pt;
	color: #667085;
	margin: 0 0 0.8mm;
	max-width: 140mm;
	line-height: 1.3;
}
.savs-print-date {
	font-size: 8pt;
	color: #667085;
	margin: 0;
}

/* ---- summary table ---- */
.savs-print-summary {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3mm;
}
.savs-print-summary td {
	padding: 1.5mm 2mm;
	border: 1px solid #DCE3EC;
	vertical-align: top;
	width: 33.33%;
}
.savs-print-summary-item {
	display: flex;
	flex-direction: column;
	gap: 0.3mm;
}
.savs-print-label {
	font-size: 7.5pt;
	font-weight: 600;
	color: #667085;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.savs-print-value {
	font-size: 10pt;
	font-weight: 600;
	color: #0B2345;
}

/* ---- sections ---- */
.savs-print-section {
	margin-bottom: 3mm;
	break-inside: avoid;
	page-break-inside: avoid;
}
.savs-print-section-title {
	font-size: 10pt;
	font-weight: 700;
	color: #12233F;
	margin: 0 0 1mm;
	padding-bottom: 0.3mm;
	border-bottom: 1px solid #DCE3EC;
}

/* ---- field tables ---- */
.savs-print-fields {
	width: 100%;
	border-collapse: collapse;
}
.savs-print-field {
	break-inside: avoid;
	page-break-inside: avoid;
}
.savs-print-field td {
	padding: 0.6mm 1.5mm;
	border-bottom: 1px solid #EBEFF5;
	vertical-align: top;
}
.savs-print-field-label {
	width: 38%;
	font-size: 7.5pt;
	font-weight: 600;
	color: #667085;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.3;
}
.savs-print-field-value {
	width: 62%;
	font-size: 9pt;
	color: #12233F;
	line-height: 1.3;
}

/* ---- footer ---- */
.savs-print-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #DCE3EC;
	margin-top: 3mm;
	padding-top: 1.5mm;
	font-size: 8pt;
	color: #667085;
}
.savs-print-footer-left {
	display: flex;
	flex-direction: column;
	gap: 0.3mm;
}
.savs-print-footer-left strong {
	font-weight: 600;
	color: #0B2345;
}
.savs-print-footer-site {
	color: #667085;
}
