/**
 * Small widget-specific additions. WoodMart owns the carousel layout, arrows
 * and pagination styles through its native style parts.
 */

.wd-custom-type-posts-carousel[data-equal-height="yes"] .wd-carousel-wrap {
	align-items: stretch;
}

.wd-custom-type-posts-carousel[data-equal-height="yes"] .wd-carousel-item > .wd-post,
.wd-custom-type-posts-carousel[data-equal-height="yes"] .wd-carousel-item > .wd-post > .wd-post-inner {
	height: 100%;
}

@media (max-width: 420px) {
	.wd-custom-type-posts-single-420,
	.wd-custom-type-posts-single-420 > .wd-carousel-inner > .wd-carousel {
		--wd-col: 1 !important;
		--wd-col-sm: 1 !important;
	}
}
