.ytps-slider-wrap {
	margin: 20px 0;
	position: relative;
}

.ytps-swiper {
	padding: 10px 5px 40px;
}

.ytps-swiper .swiper-slide p {
	font-weight: 600;
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.4;
}

.ytps-thumb-wrap {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 16 / 9;
	background: #000;
}

.ytps-thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ytps-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.9;
	transition: opacity 0.2s, transform 0.2s;
}

.ytps-thumb-wrap:hover .ytps-play-btn {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}

.ytps-thumb-wrap iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/* Shorts (vertical) layout override */
.ytps-shorts .ytps-thumb-wrap {
	aspect-ratio: 9 / 16;
}

.ytps-swiper .swiper-button-prev,
.ytps-swiper .swiper-button-next {
	color: #cc0000;
}

.ytps-swiper .swiper-pagination-bullet-active {
	background: #cc0000;
}
