/* Gallery Masonry */
.is-style-masonry {
	display: block !important;
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	column-gap: var(--wp--style--unstable-gallery-gap, 1rem);
}
@media (max-width: 1024px) {
	.is-style-masonry {
		columns: 2;
	}
}
@media (max-width: 600px) {
	.is-style-masonry {
		columns: 1;
	}
}
.is-style-masonry .wp-block-image {
	width: 100% !important;
	margin-bottom: var(--wp--style--unstable-gallery-gap, 1rem) !important;
	display: inline-block;
	break-inside: avoid;
}

.is-style-masonry .wp-block-image figcaption {
	display: none;
}


/* Gallery Lightbox */
.wp-lightbox-overlay.zoom.active .scrim {
	background-color: black !important;
}

.wp-lightbox-overlay.zoom.active .wp-lightbox-close-icon svg,
.wp-lightbox-overlay.zoom.active .wp-lightbox-navigation-button svg {
	width: 32px;
	height: 32px;
	fill: var(--wp--preset--color--custom-gletscher-wei);
	stroke: var(--wp--preset--color--custom-gletscher-wei);
}
