/* Notices for community submission shortcodes. Field/button look lives in the
 * active theme (style.css) and mirrors the kontakt Contact Form 7 styles. */

.pf-submit__notice {
	margin: 0 0 1rem;
	font-weight: 600;
}
.pf-submit__notice--ok { color: #0a5d2c; }
.pf-submit__notice--error { color: #b3261e; }
.pf-submit__notice--hint { font-weight: 500; font-size: .95rem; line-height: 1.45; }
.pf-submit__notice--hint a { font-weight: 600; }
