/* Carrusel últimas 6 publicaciones - El Souvenir */

.carousel-latest-wrap {
	width: 100%;
	overflow: hidden;
	margin: 1em 0;
}

.carousel-latest-swiper {
	width: 100%;
	padding-bottom: 2.5rem;
}

.carousel-latest-swiper .swiper-slide {
	height: auto;
	display: flex;
}

.carousel-latest-link {
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s ease;
}

.carousel-latest-link:hover {
	opacity: 0.9;
}

.carousel-latest-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #1a1a1a;
}

.carousel-latest-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.carousel-latest-no-img {
	display: block;
	width: 100%;
	padding-bottom: 60%;
	background: #2a2a2a;
}

.carousel-latest-img .mvp-vid-box-wrap {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.carousel-latest-text {
	padding: 0.75rem 0.5rem 0;
}

.carousel-latest-text .mvp-cd-cat {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	opacity: 0.85;
}

.carousel-latest-title {
	margin: 0.35em 0 0;
	font-size: 1rem;
	line-height: 1.35;
	font-weight: 600;
}

/* Paginación */
.carousel-latest-pagination {
	position: relative;
	margin-top: 0.5rem;
}

.carousel-latest-pagination .swiper-pagination-bullet {
	background: #666;
	opacity: 0.6;
}

.carousel-latest-pagination .swiper-pagination-bullet-active {
	background: #c00;
	opacity: 1;
}

/* Responsive: hasta 6 columnas en desktop ancho, menos en móvil */
@media (min-width: 1600px) {
	.carousel-latest-swiper .swiper-slide {
		max-width: 16.666%;
	}
}

@media (max-width: 768px) {
	.carousel-latest-title {
		font-size: 0.9rem;
	}
}
