.pswp__custom-thumbs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 10px 20px;
	justify-content: center;
	z-index: 9999;
	pointer-events: auto;
}

.pswp__custom-thumb {
	width: 70px;
	height: 50px;
	object-fit: cover;
	cursor: pointer;
	opacity: 0.5;
	border: 2px solid transparent;
	transition: 0.2s;
	flex-shrink: 0;
}

.pswp__custom-thumb.active {
	opacity: 1;
	border-color: #fff;
}

.pswp__custom-thumb:hover {
	opacity: 1;
}

.pswp__img {
	cursor: grab;
}

.wp-lightbox-overlay,
.lightbox-trigger {
	display: none !important;
}

.wp-block-gallery .pswp-gallery-item {
	cursor: zoom-in;
}
