.voicey-spam-guard-notice {
	display: none;
	margin: 0 0 12px;
	padding: 10px 14px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
}

.voicey-spam-guard-notice--error {
	background: #fcebea;
	border: 1px solid #e74c3c;
	color: #922b21;
}

.voicey-spam-guard-notice--success {
	background: #eafaf1;
	border: 1px solid #27ae60;
	color: #1e6b3f;
}
