.wp-block-image.is-lightbox-image {
	position: relative;
}

.wp-block-image.is-lightbox-image .lightbox-image-link {
	cursor: zoom-in;
	display: block;
	width: 100%;
	line-height: 0;
}

.wp-block-image.is-lightbox-image .lightbox-image-link img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.wp-block-image.is-lightbox-image .lightbox-image-link:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary, currentColor);
	outline-offset: 2px;
}

.stonewood-lightbox-image-indicator {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	pointer-events: none;
	line-height: 0;
}

.stonewood-lightbox-image-editor-wrapper {
	position: relative;
}

.stonewood-lightbox-image-editor-wrapper .stonewood-lightbox-image-indicator {
	top: 20px;
	right: 20px;
}