.mj-image-lightbox-enabled .elementor-widget-container img {
	cursor: pointer;
}

.mj-holding-image-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mj-holding-image-lightbox[hidden] {
	display: none !important;
}

.mj-holding-image-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.92);
}

.mj-holding-image-lightbox-content {
	position: relative;
	z-index: 1;
	max-width: min(92vw, 1100px);
	max-height: 90vh;
	padding: 0 48px;
}

.mj-holding-image-lightbox-img {
	display: block;
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.45);
	user-select: none;
}

.mj-holding-image-lightbox-close {
	position: absolute;
	top: -44px;
	left: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	transition: color 0.2s ease;
}

.mj-holding-image-lightbox-close:hover {
	color: #e65100;
}

@media (max-width: 767px) {
	.mj-holding-image-lightbox-content {
		padding: 0 16px;
	}

	.mj-holding-image-lightbox-close {
		position: fixed;
		top: 16px;
		left: 16px;
		z-index: 2;
	}
}
