.mct-wrapper-ad8544b1 {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.mct-swiper-ad8544b1 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.mct-slide-ad8544b1 {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 400px; /* default, overridden by controls */
	display: flex;
	align-items: flex-end;
	transition: filter 0.3s ease;
}

.mct-effect-coverflow .mct-slide-ad8544b1 {
	filter: blur(4px) grayscale(100%);
}

.mct-effect-coverflow .swiper-slide-active.mct-slide-ad8544b1 {
	filter: blur(0) grayscale(0);
}

.mct-slide-inner-ad8544b1 {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 10px;
}

.mct-slide-overlay-ad8544b1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
}

.mct-slide-content-ad8544b1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 2;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.mct-slide-badge-ad8544b1 {
	position: absolute;
	top: 15px;
	right: 15px;
	max-width: 50px;
	z-index: 2;
}

.mct-slide-badge-ad8544b1 img {
	width: 100%;
	height: auto;
}

.mct-slide-title-ad8544b1 {
	margin: 0 0 5px 0;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.mct-slide-subtitle-ad8544b1 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #eee;
}

.mct-slide-rating-ad8544b1 {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #ffc107;
}

.mct-slide-link-ad8544b1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
