.curuxera-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.curuxera-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba( 0, 0, 0, 0.6 );
}

.curuxera-popup__inner {
	position: relative;
	max-width: 560px;
	width: 90%;
	margin: 8vh auto;
	background: #fff;
	border-radius: 6px;
	padding: 32px 28px;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.25 );
	max-height: 80vh;
	overflow-y: auto;
}

.curuxera-popup__close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.curuxera-popup__close:hover {
	color: #000;
}

.curuxera-popup__content {
	font-size: 16px;
}

.curuxera-popup__content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 16px;
	border-radius: 4px;
}

.curuxera-popup__content > img:last-child,
.curuxera-popup__content > p:last-child img {
	margin-bottom: 0;
}

body.curuxera-popup-open {
	overflow: hidden;
}
