/**
 * Minified by jsDelivr using clean-css v4.2.3.
 * Original file: /gh/Zfour/Butterfly-double-row-display@1.00/cardlistpost.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
 #recent-posts {
	margin-top: -1rem;
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#recent-posts>.recent-post-item {
	margin-top: 1rem;
	display: inline-block;
	height: auto;
	width: 49%
}

#recent-posts>.recent-post-item .post_cover {
	width: 100%;
	height: 200px
}

#recent-posts>.recent-post-item .post_cover img.post_bg {
	width: 100%;
	height: 100%
}

#recent-posts>.recent-post-item>.recent-post-info>.content {
	display: none
}

#recent-posts>.recent-post-item {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

#recent-posts>.recent-post-item .left_radius {
	border-radius: 8px 8px 0 0
}

#recent-posts>.recent-post-item .right_radius {
	border-radius: 8px 8px 0 0
}

.recent-post-item {
	height: auto!important
}

.recent-post-info {
	padding: 0 40px;
	margin-top: 1em;
	width: 100%!important
}

#recent-posts>.recent-post-item>.recent-post-info>.article-title {
	-webkit-line-clamp: 1;
	margin-top: .3rem;
	margin-bottom: .3rem;
	color: var(--text-highlight-color);
	font-size: 1.2em;
	line-height: 1.4
}

#recent-posts>.recent-post-item>.recent-post-info>.article-meta-wrap {
	margin-bottom: 1rem
}

@media screen and (max-width:768px) {
	#recent-posts>.recent-post-item {
		width: 100%
	}
}
/*# sourceMappingURL=/sm/e91ff0653b41f1a04bad468b2ce1ff01d74e03c84bcb9d3f61b29394112373c4.map */