.sle-svg-trigger svg {
	width: 100%;
	height: auto;
	cursor: zoom-in;
}

.sle-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.9);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sle-lightbox svg {
	max-width: 90vw;
	max-height: 90vh;
	cursor: grab;
}
