/* Component overrides for WP pages */
.post-card {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.post-card__body {
	padding: 1rem;
}

.post-card__title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}

.post-card__title a {
	text-decoration: none;
	color: inherit;
}

.post-card__meta {
	font-size: 0.75rem;
	color: #6b7280;
	margin-bottom: 0.5rem;
}

.comments-area {
	max-width: 800px;
	margin: 2rem auto;
	padding: 0 1.5rem;
}
