.rco-brevo-feedback {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.45;
}

.rco-brevo-feedback[data-state="pending"] {
	color: #5f6670;
}

.rco-brevo-feedback[data-state="success"] {
	color: #147a43;
	font-weight: 600;
}

.rco-brevo-feedback[data-state="error"] {
	color: #b42318;
	font-weight: 600;
}

