/**
 * Базовые стили формы рассылки — основная вёрстка задаётся из настроек (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;
}
