/* Den PhotoSwipe-Hintergrund auf ein helles Grau/Weiß setzen */
.pswp {
	/* --pswp-bg: rgba(245, 245, 245, 0.98); */ /* Sehr helles Grau, fast Weiß */
	--pswp-bg: rgba(35, 35, 35, 0.9); /* Ein dunkles, wertiges Grau */
}

/* Da der Hintergrund nun hell ist, müssen die Icons schwarz sein */
.pswp__button,
.pswp__counter {
	/* color: #000 !important; */
	color: #ffffff !important;
}

/* Optional: Schatten für das aktive Bild, damit es sich vom hellen Grund abhebt */
.pswp__img {
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
	/* border-radius: 15px; */
	border-radius: 10px;
}
