.phantaso-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 1.5rem;
	background: rgba(8, 10, 18, 0.92);
}

.phantaso-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.phantaso-lightbox__figure {
	margin: 0;
	max-width: min(96vw, 1200px);
	max-height: 90vh;
}

.phantaso-lightbox__figure img {
	display: block;
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	height: auto;
	margin: 0 auto;
	border-radius: 0.5rem;
}

body.phantaso-lightbox-open {
	overflow: hidden;
}
