.ck-bp-posts-grid {
	display: grid;
}

.ck-bp-post-image img {
	width: 100%;
	height: auto;
	display: block;
}

.ck-bp-post-title a {
	text-decoration: none;
}

.ck-bp-post-title {
	margin-top: 0;
}

.ck-bp-cta-wrapper {
	display: inline-block;
}

.ck-bp-post-date {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.ck-bp-date-prefix::after {
	content: none;
}
