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

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

/* Prevent vertical stacking before Swiper is initialized */
.mct-swiper-24802823:not(.swiper-initialized) .swiper-wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto;
	gap: 20px;
}

.mct-swiper-24802823:not(.swiper-initialized) .mct-slide-24802823 {
	flex: 0 0 auto !important;
	width: 300px;
}

.mct-slide-24802823 {
	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-24802823 {
	filter: blur(4px) grayscale(100%);
}

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

.mct-slide-inner-24802823 {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: #e5e5e5; /* neutral grey placeholder fallback */
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

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

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

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

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

.mct-slide-title-24802823 {
	margin: 0 0 6px 0;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
}

.mct-slide-subtitle-24802823 {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: 500;
	color: #6EC1E4; /* Matches Primary site color */
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mct-slide-rating-24802823 {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 600;
	color: #61CE70; /* Matches Accent site color */
}

.mct-slide-rating-24802823 i {
	font-size: 16px;
}

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

/* Swiper navigation custom colors matching brand */
.mct-wrapper-24802823 .swiper-button-prev,
.mct-wrapper-24802823 .swiper-button-next {
	color: #6EC1E4;
	transition: transform 0.2s ease, color 0.2s ease;
}

.mct-wrapper-24802823 .swiper-button-prev:hover,
.mct-wrapper-24802823 .swiper-button-next:hover {
	color: #61CE70;
	transform: scale(1.1);
}

.mct-wrapper-24802823 .swiper-pagination-bullet {
	background: #6EC1E4;
	opacity: 0.5;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.mct-wrapper-24802823 .swiper-pagination-bullet-active {
	background: #61CE70 !important;
	opacity: 1;
}
