.lo-chapter-body .entry-content img.lo-figure-zoomable {
	cursor: zoom-in;
}

.lo-figure-lightbox-open {
	overflow: hidden;
}

.lo-figure-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.lo-figure-lightbox.is-open {
	display: block;
}

.lo-figure-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
}

.lo-figure-lightbox__dialog {
	position: relative;
	z-index: 1;
	max-width: min(1200px, 92vw);
	max-height: 92vh;
	margin: 4vh auto;
	padding: 2.75rem 1.25rem 1.25rem;
	background: #fff;
	border-radius: 10px;
	overflow: auto;
}

.lo-figure-lightbox__close {
	position: absolute;
	top: 0.5rem;
	right: 0.65rem;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.lo-figure-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: 74vh;
	margin: 0 auto;
	object-fit: contain;
}

.lo-figure-lightbox__caption {
	margin: 0.8rem auto 0;
	max-width: 100%;
	color: #222;
	font-size: 0.95rem;
	line-height: 1.45;
	text-align: left;
}
