/* Print-optimized styles for one-page printing */
@media print {
	* {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}

	body {
		margin: 0;
		padding: 0;
		background: white;
		font-size: 11pt;
		line-height: 1.4;
	}

	header, footer, .flex.justify-between {
		display: none !important;
	}

	main {
		max-width: 100%;
		padding: 20px;
		background: white;
	}

	section {
		page-break-inside: avoid;
		margin-bottom: 15px;
	}

	h1 {
		font-size: 18pt;
		margin-bottom: 10px;
		page-break-after: avoid;
	}

	h2 {
		font-size: 14pt;
		margin-top: 12px;
		margin-bottom: 8px;
		page-break-after: avoid;
	}

	h3 {
		font-size: 12pt;
		margin-top: 10px;
		margin-bottom: 6px;
	}

	.info-section {
		border-left: 3px solid #0d9488;
		padding: 8px;
		margin-bottom: 12px;
		background: #f8fafc;
		page-break-inside: avoid;
	}

	.bg-gradient-to-r {
		background: #f0fdfa !important;
		border: 1px solid #0d9488;
	}

	input, textarea, select {
		border: 1px solid #cbd5e1;
		padding: 4px;
		margin: 2px 0;
	}

	.button, button {
		display: none;
	}

	table {
		width: 100%;
		border-collapse: collapse;
		margin: 10px 0;
	}

	th, td {
		border: 1px solid #cbd5e1;
		padding: 6px;
		text-align: left;
	}

	th {
		background: #e2e8f0;
		font-weight: bold;
	}

	ul, ol {
		margin: 4px 0;
		padding-left: 20px;
	}

	li {
		margin: 2px 0;
	}

	.tip-box, .doc-guide, .lmic-badge {
		page-break-inside: avoid;
		border: 1px solid #e2e8f0;
		padding: 6px;
		margin: 6px 0;
		background: white;
		font-size: 10pt;
	}
}
