body {
	font-family: system-ui, sans-serif;
	background: #f5f5f5;
	margin: 0;
	padding: 2rem;
}

.home-entry {
	display: grid;
	grid-template-columns: 12ch 1fr;
	gap: 0.5rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid #e0e0e0;
}

.link {
	color: #800000;
	text-decoration: underline;
}

.reflection-page {
	max-width: 65ch;
	margin: 0 auto;
}

.reflection-header-img {
	width: 100%;
	display: block;
	border-radius: 4px;
}

.readings-link {
	color: #0066cc;
	text-decoration: underline;
}

.reflection-subtitle {
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 0.5rem;
}

.reflection-body {
	line-height: 1.6;
	margin-top: 1.5rem;
}

.reflection-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #e0e0e0;
}

.not-found {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	max-width: 45ch;
	margin: 0 auto;
	text-align: center;
}

.not-found-code {
	font-size: 6rem;
	font-weight: 200;
	line-height: 1;
	color: #800000;
	margin: 0 0 0.5rem;
	letter-spacing: -0.02em;
}

.not-found-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 1rem;
}

.not-found-copy {
	line-height: 1.6;
	margin: 0 0 2rem;
	color: #444;
}

.not-found-link {
	font-size: 1.125rem;
}
