/* Child chrome — loaded after parent + Kirki inline (enqueue priority 25). */

.featured-card-image,
.slick-featured .featured-card-image,
.list-card-image {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.slick-featured .featured-card-image,
.featured-card-image {
	min-height: 220px;
}

@media only screen and (min-width: 720px) {
	.slick-featured .featured-card-image,
	.featured-card-image {
		min-height: 260px;
	}
}

.list-card-image {
	min-height: 160px;
}

.featured-card-category,
.list-card-category,
.featured-card-title,
.list-card-title {
	word-break: keep-all;
	overflow-wrap: anywhere;
	line-break: strict;
}

/* Empty post-nav half-tile (newest/oldest post has no next/prev). */
.post-nav li:empty,
.post-nav li.next:empty,
.post-nav li.previous:empty {
	display: none;
}
