/**
 * Базовые стили формы рассылки — основная вёрстка задаётся из настроек (scoped CSS в шорткоде).
 * Сообщения об успехе/ошибке (цвета блоков).
 */
.newsletter-form .newsletter-success {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
}

.newsletter-form .newsletter-error {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
}

.newsletter-form .newsletter-form__recaptcha-note {
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 1.35;
	opacity: 0.75;
}
