.hinshee-xcover-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	z-index: 99999;
}

.hinshee-xcover-popup-box {
	background: #fff;
	max-width: 420px;
	margin: 10% auto;
	padding: 24px;
	border-radius: 6px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
	text-align: left;
}

.hinshee-xcover-popup-box p {
	margin: 0 0 16px;
	line-height: 1.5;
}
