.resume-doc {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 1rem;
	color: #1C244B;
	line-height: 1.5;
}

.resume-header {
	text-align: center;
	margin-bottom: 2rem;
	border-bottom: 2px solid #1C244B;
	padding-bottom: 1rem;
}

.resume-header h1 {
	margin: 0 0 0.5rem;
	font-size: 2rem;
}

.resume-contact {
	margin: 0;
	color: #555;
}

.resume-contact a {
	color: inherit;
}

.resume-section {
	margin-bottom: 2rem;
}

.resume-section h2 {
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.25rem;
	margin-bottom: 1rem;
}

.resume-entry {
	margin-bottom: 1.5rem;
}

.resume-entry:last-child {
	margin-bottom: 0;
}

.resume-entry-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	flex-wrap: wrap;
}

.resume-org {
	color: #555;
	font-size: 0.95rem;
}

.resume-dates {
	color: #555;
	font-size: 0.9rem;
	white-space: nowrap;
}

.resume-summary {
	margin: 0.5rem 0;
}

.resume-bullets {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

.resume-bullets li {
	margin-bottom: 0.35rem;
}

.resume-tags {
	margin: 0 0 0.5rem;
}

.resume-downloads {
	margin: 0.75rem 0 0;
	font-size: 0.9rem;
}

@media print {
	#site-header,
	#site-footer,
	#wpadminbar,
	.no-print {
		display: none !important;
	}

	body, html {
		background: #fff !important;
	}

	.resume-doc {
		max-width: 100%;
		padding: 0;
	}
}
