.post-header {
	max-width: 740px;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--color-border);
}

.post-header h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.post-body {
	max-width: 740px;
	font-size: 1.125rem;
	line-height: 1.7;
}

.post-body h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 2rem 0 1rem 0;
}

.post-body p {
	margin: 0 0 1rem 0;
}

.post-body section {
	margin-bottom: 2rem;
}

.post-body .sources {
	font-size: 0.875rem;
	color: var(--color-text-muted);
}

.post-body .sources a {
	margin-right: 1rem;
	color: var(--color-primary);
	text-decoration: none;
}

.post-body .sources a:hover {
	text-decoration: underline;
}

.post-footer {
	max-width: 740px;
	margin-top: 2rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--color-border);
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
}

.post-dateline {
	color: var(--color-text-muted);
	font-size: 0.875rem;
}

.post-navigation {
	display: flex;
	gap: 1.5rem;
}

.post-navigation a {
	font-size: 0.875rem;
	color: var(--color-primary);
	text-decoration: none;
}

.post-navigation a:hover {
	text-decoration: underline;
}
