/**
 * Custom Blog Cards for Elementor — Single Post Template styles.
 * Structural CSS only; colors/typography come from the Elementor Style tab.
 */

.cebc-single-template-wrap {
	width: 100%;
}

.cebc-dynamic-title {
	margin: 0 0 16px 0;
}

.cebc-dynamic-title a {
	color: inherit;
	text-decoration: none;
}

.cebc-dynamic-image img {
	max-width: 100%;
	height: auto;
}

.cebc-dynamic-content {
	max-width: 100%;
}

.cebc-dynamic-content img {
	max-width: 100%;
	height: auto;
}

.cebc-dynamic-meta {
	margin: 0 0 16px 0;
}
