/* ── Galería de Categoría – carousel ─────────────────────────────────── */

.galeria-categoria {
	width: 100%;
}

.galeria-carousel {
	width: 100%;
	overflow: hidden;
}

.galeria-carousel__item {
	margin: 0;
	line-height: 0;
}

.galeria-carousel__link {
	display: block;
	cursor: zoom-in;
}

.galeria-carousel__img {
	width: 100%;
	height: 650px;
	object-fit: cover;
	display: block;
}

/* Dots */
.galeria-carousel .swiper-pagination {
	position: relative;
	margin-top: 16px;
	bottom: auto;
}

.galeria-carousel .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ccc;
	opacity: 1;
	transition: background 0.2s ease;
}

.galeria-carousel .swiper-pagination-bullet-active {
	background: currentColor;
}

.galeria-categoria__descripcion {
	margin-top: 24px;
	font-size: 1rem;
	line-height: 1.7;
	color: inherit;
}

/* ── Lightbox del carousel ───────────────────────────────────────────── */

#nole-carousel-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
}

#nole-carousel-lightbox.is-open {
	display: flex;
}

.nole-clb__backdrop {
	position: absolute;
	inset: 0;
	background: rgba( 0, 0, 0, 0.92 );
	cursor: zoom-out;
}

.nole-clb__container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 90vw;
	max-height: 90vh;
}

.nole-clb__img {
	display: block;
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	box-shadow: 0 8px 40px rgba( 0, 0, 0, 0.7 );
}

.nole-clb__close,
.nole-clb__prev,
.nole-clb__next {
	position: fixed;
	background: rgba( 0, 0, 0, 0.45 );
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	z-index: 2;
	transition: background 0.2s;
}

.nole-clb__close:hover,
.nole-clb__prev:hover,
.nole-clb__next:hover {
	background: rgba( 0, 0, 0, 0.7 );
}

.nole-clb__close {
	top: 16px;
	right: 16px;
}

.nole-clb__prev {
	left: 16px;
	top: 50%;
	transform: translateY( -50% );
}

.nole-clb__next {
	right: 16px;
	top: 50%;
	transform: translateY( -50% );
}

/* ── Placeholder en el editor ────────────────────────────────────────── */

.galeria-categoria-editor__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	background: #f0f0f0;
	border: 2px dashed #ccc;
	border-radius: 4px;
	color: #555;
	text-align: center;
}

.galeria-categoria-editor__placeholder .dashicons {
	font-size: 40px;
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
}
