:root {
	color-scheme: light;
}

body {
	margin: 0;
	background: #ececee;
	color: #16181d;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10.5pt;
	line-height: 1.45;
}

.sheet {
	box-sizing: border-box;
	width: 210mm;
	margin: 0 auto;
	padding: 16mm;
	background: #fff;
	box-shadow: 0 0.2rem 1.2rem rgb(0 0 0 / 0.18);
}

.sheet-head {
	margin-bottom: 1.2em;
}

.sheet-name {
	margin: 0;
	font-size: 20pt;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.sheet-headline {
	margin: 0.1em 0 0;
	font-size: 12pt;
}

.sheet-contact {
	margin: 0.35em 0 0;
	font-size: 9.5pt;
}

.cv-summary p {
	margin: 0;
	max-width: 95%;
}

.cv {
	display: block;
}

.cv-group {
	margin-top: 1.1em;
}

.cv-label {
	margin: 0 0 0.5em;
	padding-bottom: 0.15em;
	border-bottom: 0.6pt solid #16181d;
	font-size: 10.5pt;
	font-weight: 700;
	text-transform: uppercase;
	break-after: avoid;
}

.cv-entries {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cv-entry {
	margin-top: 0.55em;
	break-inside: avoid;
}

.cv-entry-title {
	margin: 0;
	font-size: 10.5pt;
	font-weight: 700;
	break-after: avoid;
}

.cv-entry-meta {
	margin: 0;
	font-size: 10pt;
}

.cv-details {
	margin: 0.2em 0 0;
	padding-left: 1.1em;
	list-style: disc;
}

.cv-details li {
	margin: 0;
}

.cv-entry-inline {
	margin-top: 0.3em;
}

.cv-entry-inline .cv-entry-title {
	display: inline;
}

.cv-entry-inline .cv-entry-title::after {
	content: ":";
}

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

@media print {
	body {
		background: #fff;
		font-size: 10pt;
	}

	.sheet {
		width: auto;
		margin: 0;
		padding: 0;
		box-shadow: none;
	}
}
