.cisco-image-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.cisco-image-lightbox.is-open {
	display: block;
}

.cisco-image-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba( 0, 0, 0, 0.85 );
}

.cisco-image-lightbox__content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	pointer-events: none;
}

.cisco-image-lightbox__img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	pointer-events: auto;
}

.cisco-image-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.25rem 0.5rem;
}

.cisco-image-lightbox__close:hover,
.cisco-image-lightbox__close:focus {
	opacity: 0.8;
}

.entry-content a:has(img),
a.use-lightbox {
	cursor: pointer;
}
