.tpvg-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.tpvg-modal {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
	max-width: 360px;
	width: calc(100% - 32px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.tpvg-modal-body p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
}

.tpvg-email-input,
.tpvg-code-input {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.tpvg-modal-actions {
	margin-top: 16px;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.tpvg-btn-primary {
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 8px 14px;
	font-size: 14px;
	cursor: pointer;
}

.tpvg-btn-primary:hover {
	background: #135e96;
}

.tpvg-btn-secondary {
	background: #f0f0f1;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px 14px;
	font-size: 14px;
	cursor: pointer;
}

.tpvg-modal-msg {
	margin-top: 10px;
	font-size: 13px;
	color: #c00;
	min-height: 16px;
}
