/* ==========================================================================
   GALDBD333 Gallery — Lightbox styling
   Light overrides on top of PhotoSwipe's own CSS, scoped where possible.
   ========================================================================== */

.pswp {
	--pswp-bg: rgb(19 19 19 / 90%);
}

.pswp__bg {
	background: var(--pswp-bg);
}

.pswp__item {
	padding: 40px;
}

.pswp__counter {
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 600;
}

.pswp__button {
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.pswp__button:hover {
	transform: scale(1.1);
}

.galdbd333-pswp-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 16px 24px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
}