/* Disable ::after separator — separator is now typed inline in date.php */
.qodef-blog-holder article .qodef-post-info-top > div:after,
.qodef-blog-holder article .qodef-post-info-top > div:last-child:after {
	content: "" !important;
	display: none !important;
}

/* Tighten right padding now that ::after no longer occupies that space */
.qodef-blog-holder article .qodef-post-info-top > div {
	padding-right: 0px !important;
}

.qodef-blog-list-holder .qodef-blog-list .qodef-bli-inner .qodef-post-image {
	aspect-ratio: 16 / 11;
}

.qodef-blog-list-holder .qodef-blog-list .qodef-bli-inner .qodef-post-image a {
	height: 100%;
}

.qodef-blog-list-holder
	.qodef-blog-list
	.qodef-bli-inner
	.qodef-post-image
	a
	img {
	height: 100%;
	object-fit: cover;
}

