.evospv-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.55);
	padding: 20px;
}

.evospv-modal.is-visible {
	display: flex;
}

.evospv-modal__dialog {
	background: #fff;
	max-width: 420px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	padding: 24px;
	text-align: center;
}

.evospv-modal__dialog h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.25rem;
}

.evospv-modal__dialog p {
	margin: 0 0 18px;
	line-height: 1.5;
}

.evospv-modal__dialog button {
	background: #111;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 14px;
}

.evospv-modal__dialog button:focus {
	outline: 3px solid rgba(0, 0, 0, 0.3);
	outline-offset: 2px;
}
