.wl-single-header {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--wl-color-border);
}

.wl-single-title {
	font-size: 2.5rem;
	margin: 1rem 0;
}

.wl-single-meta {
	display: flex;
	gap: 1rem;
	color: var(--wl-color-muted);
	font-size: 0.875rem;
}

.wl-single-thumbnail {
	margin-bottom: 2rem;
}

.wl-single-thumbnail img {
	width: 100%;
	border-radius: var(--wl-radius-lg);
}

.wl-single-content {
	font-size: 1.125rem;
}

.wl-single-content h2,
.wl-single-content h3 {
	margin-top: 2rem;
}
