/* Compact blog cards: remove leftover space under "Read more". */
.entry-wrap .column {
	align-self: flex-start;
}

.entry-wrap article.post-item,
.entry-wrap article {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

.entry-wrap article.post-item .entry-footer,
.post-item .entry-footer {
	position: static !important;
	bottom: auto !important;
}

.entry-wrap .post-item .item-cover.entry-cover {
	padding: 0 !important;
	height: 180px;
	overflow: hidden;
}

.entry-wrap .post-item .content-inner {
	flex: none;
	padding-bottom: 1.25rem;
}
