.mwt-elementor-posts-carousel-item-content {
	position: relative;
	z-index: 5;
}

.mwt-elementor-posts-carousel-categories {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.mwt-elementor-posts-carousel-article a.posts-list-thumbnail {
	position: relative;
}
.mwt-elementor-posts-carousel-article a.posts-list-thumbnail:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	z-index: 1;
    transition: all .2s linear;
}
.mwt-elementor-posts-carousel-article:hover a.posts-list-thumbnail:before {
	opacity: 1;
}

.mwt-elementor-posts-carousel-category {
	display: inline-block;
}
.mwt-elementor-posts-carousel-post-title {
	margin: 0;
}

.mwt-elementor-posts-carousel-author {
	position: relative;
}

.mwt-elementor-posts-carousel-author a {
	display: block;
	margin-top: -10px;
}

.mwt-elementor-posts-carousel-author::before {
	content: "";
    background-image: url(../img/small_author.png);
    background-repeat: no-repeat;
	background-size: cover;
    width: 20px;
    height: 17px;
	display: inline-block;
}

.mwt-elementor-posts-carousel-btn-arrow a {
	display: inline-flex;
	align-items: center;
}

.mwt-elementor-posts-carousel-btn-arrow a::after {
	content: '';
    -webkit-mask: url(../img/long-arrow-pointing-to-the-right.png) no-repeat center / contain;
    width: 15px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
	background-color: #000;
}