/**
 * corelaw — Formular-Rückmeldungen (Erfolg/Fehler).
 * Eigene Datei, weil style.css aus dem Demo-Design generiert wird und dieses
 * Feature nur in WordPress existiert.
 */
.corelaw-formnotice {
	margin: 0 0 26px;
	padding: 16px 20px;
	border-left: 3px solid var(--navy, #1b2a4a);
	background: var(--paper-2, #f5f4f1);
	font-size: 15px;
	line-height: 1.55;
	color: var(--ink, #14161a);
}

.corelaw-formnotice--error {
	border-left-color: #9b1c1c;
	background: #fbf1f1;
	color: #7a1616;
}

/* Pflichtfeld-Markierung des Browsers zurückhaltend gestalten */
.cform input:invalid:not(:placeholder-shown),
.cform textarea:invalid:not(:placeholder-shown) {
	border-color: #9b1c1c;
}
