/* Featured post card highlight on archive pages. */

body.archive #wrapper article.tfp-featured-post .fusion-post-wrapper {
	border-radius: 4px;
	overflow: hidden;
}

.tfp-featured-post .fusion-image-wrapper::after,
.tfp-featured-post .post-image::after,
.tfp-featured-post .fusion-post-slideshow .fusion-image-wrapper::after,
.tfp-featured-post .fusion-flexslider::after {
	white-space: nowrap;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
	.tfp-featured-post .fusion-image-wrapper::after,
	.tfp-featured-post .post-image::after,
	.tfp-featured-post .fusion-post-slideshow .fusion-image-wrapper::after,
	.tfp-featured-post .fusion-flexslider::after {
		padding: 4px 8px;
		max-width: calc(100% - 20px);
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
