/**
 * Blog section body (custom_blog post_content) — scope for Elementor / theme overrides.
 */

.custom-blog-section-content {
	box-sizing: border-box;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1rem 1.5rem;
}

.custom-blog-section-content--empty {
	color: #666;
	font-size: 0.9rem;
	font-style: italic;
}

.custom-blog-section-content__inner {
	font-size: 1rem;
	line-height: 1.65;
}

.custom-blog-section-content__inner > *:first-child {
	margin-top: 0;
}

.custom-blog-section-content__inner > *:last-child {
	margin-bottom: 0;
}
