.elementor-widget-CarouselPost .carousel-item {
	padding-bottom: 2em;
}

.elementor-widget-CarouselPost.elementor-position-right .carousel-thumbnail {
	order: 2;
}

.elementor-widget-CarouselPost.elementor-position-right .slick-next {
	left: 58%;
}

.elementor-widget-CarouselPost.elementor-position-right .slick-prev {
	left: 53%;
}

.elementor-widget-CarouselPost .carousel-thumbnail {
	padding: 5px;
	margin-right: 15px;
}

.elementor-widget-CarouselPost .carousel-thumbnail img {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, .5);
}

.elementor-widget-CarouselPost .carousel-content p {
	margin: 0;
}

.elementor-widget-CarouselPost .slick-arrow {
	position: absolute;
	opacity: 1 !important;
	background: #F1801F;
	color: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: auto;
	bottom: -50px;
	padding: 0;
	border: 0;
	z-index: 1;
}

.elementor-widget-CarouselPost .slick-prev {
	left: calc(50% - 85px);
}

.elementor-widget-CarouselPost .slick-next {
	left: calc(50% - 40px);
}

@media (min-width:992px) {
	.elementor-widget-CarouselPost .carousel-thumbnail,
	.elementor-widget-CarouselPost .carousel-content {
		width: 50%;
	}
	.elementor-widget-CarouselPost .slick-arrow{
		bottom: 2%;
	}
}
