.ntg-popups-overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
}

.ntg-popups-modal {
	position: relative;
	max-width: min(92vw, 900px);
	max-height: 90vh;
}

.ntg-popups-image-link,
.ntg-popups-image-wrap {
	display: block;
}

.ntg-popups-image {
	display: block;
	max-width: 100%;
	max-height: 90vh;
	height: auto;
	border-radius: 8px;
}

.ntg-popups-close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 50%;
	background: #ffffff;
	color: #111111;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.ntg-popups-close:hover {
	background: #f3f3f3;
}

.ntg-popups-hidden {
	display: none !important;
}
