.revai-qev-hint {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.35;
}

.revai-qev-hint::before { margin-right: 5px; font-weight: 700; }
.revai-qev-hint--checking { color: #666; }
.revai-qev-hint--checking::before { content: "↻"; }
.revai-qev-hint--ok { color: #0f7b3f; }
.revai-qev-hint--ok::before { content: "✓"; }
.revai-qev-hint--bad { color: #d32f2f; }
.revai-qev-hint--bad::before { content: "✕"; }

form.revai-qev-waiting button[data-revai-qev-gated],
form.revai-qev-waiting input[data-revai-qev-gated] { cursor: wait; }
