.stc-qv-overlay {
	position: fixed;
	inset: 0;
	display: none;
	background: rgba(0, 0, 0, .65);
	z-index: 99999;
	padding: 24px;
}

.stc-qv-modal {
	background: #111;
	color: #fff;
	max-width: 760px;
	width: 100%;
	border-radius: 14px;
	position: relative;
	padding: 20px;
	max-height: 85vh;
	overflow: auto;
}

.stc-qv-close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}