.lfr-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.82);
	padding: 24px;
	cursor: zoom-out;
}

.lfr-lightbox[hidden] {
	display: none !important;
}

.lfr-lightbox img,
.lfr-lightbox video {
	max-width: min(96vw, 1100px);
	max-height: 90vh;
	width: auto;
	height: auto;
	border-radius: 8px;
	background: #111;
	cursor: default;
}

.lfr-lightbox-close {
	position: absolute;
	top: 16px;
	right: 18px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

body.lfr-lightbox-open {
	overflow: hidden;
}
