/* Scope PhotoSwipe to the existing property lightbox surface. */
.property-gallery .property-gallery-lightbox-stage { position: relative; }
.property-gallery .property-photoswipe.pswp {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.property-gallery .property-photoswipe .pswp__img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	object-fit: contain;
}
.property-gallery .property-gallery-lightbox-close,
.property-gallery .property-gallery-lightbox-count { z-index: 2; }
.property-gallery-zoom-error { position: relative; z-index: 1; padding: 1rem; }
