@page {
	size: A4;
	margin: 8mm;
}

@media print {
	[no-print] {
		display: none;
	}

	html,
	body {
		background: #FFFFFF !important;
		color: #1F253F !important;
		font-size: 9pt !important;
		line-height: 1.2 !important;
		margin: 0 !important;
		padding: 0 !important;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	body {
		max-width: none !important;
	}

	body > header {
		box-shadow: none;
		padding: 20px 34px;
	}

	body > section {
		border: 0px;
		box-shadow: none;
		margin-top: 13px;
		padding: 4px 0px;
	}

	section > h3 {
		margin: 0 0 13px;
	}

	#contact {
		padding-block: 0px;
	}

	#skills ul,
	#languages ul {
		gap: 6px;
	}

	#skills li,
	#languages li {
		padding: 2px 0;
		background: none;
		border: 0;
	}

	#languages ul {
		grid-template-columns: none;
	}

	.experience-header,
	.education-item > header,
	.experience-role {
		justify-content: normal;
	}

	.experience-header,
	.education-item > header {
		margin-bottom: 0;
	}

	.experience-role {
		padding: 10px 0 0;
	}

	.experience-header p::before,
	.experience-role p::before,
	.education-item p::before {
		content: "\2022";
		position: relative;
		left: -9px;
	}

	.experience-item + .experience-item,
	.education-item + .education-item {
		margin-top: 16px;
		padding-top: 16px;
	}

	.experience-item ul {
		margin-left: 20px;
	}

	.education-role {
		display: flex;
		align-items: baseline;
		gap: 18px;
	}
}