.spotlight-slider-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
	contain: layout paint;
}

.styletwo .postbody .spotlight-slider-wrap {
	float: none;
}

.styletwo .postbody {
	position: relative;
	overflow: hidden;
}

#slidertwo.spotlight-slider {
	--spotlight-accent: #88d400;
	--spotlight-text: #ffffff;
	--spotlight-muted: rgba(255, 255, 255, 0.72);
	--spotlight-border: rgba(255, 255, 255, 0.22);
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	isolation: isolate;
}

/* Before Swiper boots, never stack all slides in the page flow. */
#slidertwo.spotlight-slider:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
	display: none;
}

#slidertwo.spotlight-slider .swiper-slide {
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	flex-shrink: 0;
}

#slidertwo.spotlight-slider .swiper-pagination {
	position: absolute;
	top: 22px;
	right: 24px;
	bottom: auto;
	left: auto;
	width: auto;
	z-index: 5;
	margin: 0;
}

#slidertwo.spotlight-slider .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px !important;
	opacity: 1;
	background: rgba(255, 255, 255, 0.35);
	transition: background 0.2s ease, transform 0.2s ease;
}

#slidertwo.spotlight-slider .swiper-pagination-bullet-active {
	background: var(--spotlight-accent);
	transform: scale(1.05);
}

#slidertwo.spotlight-slider .item {
	border-radius: 18px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #111;
}

#slidertwo.spotlight-slider .spotlight-slide {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	border-radius: 18px;
	isolation: isolate;
}

#slidertwo.spotlight-slider .spotlight-slide__bg {
	position: absolute;
	inset: 0;
	background-image: var(--spotlight-bg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: blur(12px);
	transform: scale(1.06);
	opacity: 0.5;
	pointer-events: none;
}

#slidertwo.spotlight-slider .spotlight-slide__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 42%, rgba(0, 0, 0, 0.3) 68%, rgba(0, 0, 0, 0.2) 100%),
		radial-gradient(circle at 18% 50%, rgba(0, 0, 0, 0.25) 0%, transparent 55%);
	pointer-events: none;
}

#slidertwo.spotlight-slider .spotlight-slide__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 340px;
	max-width: 100%;
	padding: 36px 40px;
	box-sizing: border-box;
}

#slidertwo.spotlight-slider .spotlight-slide__content {
	flex: 1 1 auto;
	min-width: 0;
	max-width: calc(100% - 220px);
	padding-right: 12px;
	text-align: left;
}

#slidertwo.spotlight-slider .spotlight-slide__badge {
	display: inline-block;
	margin-bottom: 18px;
	padding: 6px 12px;
	border-radius: 6px;
	background: var(--spotlight-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

#slidertwo.spotlight-slider .spotlight-slide__title {
	margin: 0 0 14px;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--spotlight-text);
}

#slidertwo.spotlight-slider .spotlight-slide__title a {
	color: inherit;
	text-decoration: none;
}

#slidertwo.spotlight-slider .spotlight-slide__title a:hover {
	color: var(--spotlight-accent);
}

#slidertwo.spotlight-slider .spotlight-slide__excerpt {
	margin: 0 0 24px;
	color: var(--spotlight-muted);
	font-size: 14px;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#slidertwo.spotlight-slider .spotlight-slide__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	max-width: 100%;
}

#slidertwo.spotlight-slider .spotlight-slide__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.15s ease, transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

#slidertwo.spotlight-slider .spotlight-slide__btn:hover {
	transform: translateY(-1px);
	opacity: 0.95;
}

#slidertwo.spotlight-slider .spotlight-slide__btn--primary {
	background: var(--spotlight-accent);
	color: #fff;
	border: 1px solid var(--spotlight-accent);
}

#slidertwo.spotlight-slider .spotlight-slide__btn--primary:hover {
	color: #fff;
}

#slidertwo.spotlight-slider .spotlight-slide__btn--secondary {
	background: transparent;
	color: var(--spotlight-text);
	border: 1px solid var(--spotlight-border);
}

#slidertwo.spotlight-slider .spotlight-slide__btn--secondary:hover {
	color: var(--spotlight-text);
	border-color: rgba(255, 255, 255, 0.45);
}

#slidertwo.spotlight-slider .spotlight-slide__poster {
	flex: 0 0 auto;
	width: 185px;
	max-width: 30%;
	margin-top: 30px;
	align-self: flex-start;
}

#slidertwo.spotlight-slider .spotlight-slide__poster a {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
	line-height: 0;
	background: #1a1a1a;
}

#slidertwo.spotlight-slider .spotlight-slide__poster img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 265px;
	aspect-ratio: 2 / 3;
	object-fit: cover;
	object-position: center top;
	image-rendering: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width: 900px) {
	#slidertwo.spotlight-slider .spotlight-slide__inner {
		padding: 32px 28px;
		gap: 20px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__poster {
		width: 145px;
		max-width: 34%;
		margin-top: 24px;
	}

	#slidertwo.spotlight-slider .swiper-pagination {
		top: 16px;
		right: 16px;
	}
}

@media screen and (max-width: 768px) {
	.spotlight-slider-wrap {
		margin-bottom: 20px;
	}

	#slidertwo.spotlight-slider {
		border-radius: 14px;
	}

	#slidertwo.spotlight-slider .item,
	#slidertwo.spotlight-slider .spotlight-slide {
		border-radius: 14px;
	}

	#slidertwo.spotlight-slider .spotlight-slide {
		min-height: 220px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__overlay {
		background:
			linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(0, 0, 0, 0.45) 72%, rgba(0, 0, 0, 0.35) 100%),
			radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.35) 0%, transparent 55%);
	}

	#slidertwo.spotlight-slider .spotlight-slide__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-height: 220px;
		padding: 18px 16px 18px 18px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__content {
		flex: 1 1 auto;
		min-width: 0;
		max-width: calc(100% - 108px);
		padding-right: 4px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__badge {
		margin-bottom: 10px;
		padding: 5px 10px;
		font-size: 9px;
		border-radius: 5px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__title {
		margin: 0 0 8px;
		font-size: 1.35rem;
		line-height: 1.2;
	}

	#slidertwo.spotlight-slider .spotlight-slide__excerpt {
		margin: 0 0 14px;
		font-size: 12px;
		line-height: 1.5;
		-webkit-line-clamp: 3;
	}

	#slidertwo.spotlight-slider .spotlight-slide__actions {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 8px;
		width: 100%;
	}

	#slidertwo.spotlight-slider .spotlight-slide__btn {
		flex: 1 1 0;
		height: 38px;
		padding: 0 10px;
		font-size: 11px;
		gap: 6px;
		border-radius: 999px;
		white-space: nowrap;
	}

	#slidertwo.spotlight-slider .spotlight-slide__btn i {
		font-size: 11px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__poster {
		flex: 0 0 88px;
		width: 88px;
		max-width: 88px;
		margin: 22px 0 0;
		align-self: flex-start;
	}

	#slidertwo.spotlight-slider .spotlight-slide__poster a {
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.18);
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
	}

	#slidertwo.spotlight-slider .spotlight-slide__poster img {
		min-height: 0;
		aspect-ratio: 2 / 3;
	}

	#slidertwo.spotlight-slider .swiper-pagination {
		top: 12px;
		right: 12px;
	}

	#slidertwo.spotlight-slider .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0 3px !important;
	}
}

@media screen and (max-width: 400px) {
	#slidertwo.spotlight-slider .spotlight-slide__inner {
		padding: 16px 14px;
		gap: 10px;
		min-height: 200px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__content {
		max-width: calc(100% - 92px);
	}

	#slidertwo.spotlight-slider .spotlight-slide__title {
		font-size: 1.15rem;
	}

	#slidertwo.spotlight-slider .spotlight-slide__excerpt {
		font-size: 11px;
		-webkit-line-clamp: 2;
		margin-bottom: 12px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__btn {
		height: 36px;
		padding: 0 8px;
		font-size: 10px;
	}

	#slidertwo.spotlight-slider .spotlight-slide__btn span {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#slidertwo.spotlight-slider .spotlight-slide__poster {
		flex: 0 0 76px;
		width: 76px;
		max-width: 76px;
		margin-top: 20px;
	}
}
