/* ============================================================
   Nixo Contact Form - Frontend Feedback
   ============================================================ */
.nixo-cf-notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 500;
	border: 1px solid transparent;
	transition: all 0.2s ease;
}

.nixo-cf-notice--success {
	background: #ECFDF3;
	color: #027A48;
	border-color: #A6F4C5;
}

.nixo-cf-notice--error {
	background: #FEF3F2;
	color: #B42318;
	border-color: #FECDCA;
}

.nixo-cf-error {
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.5;
	color: #BD082F;
	font-weight: 500;
	min-height: 16px;
}

.nixo-cf-error:not(:empty) + input,
.nixo-cf-error:not(:empty) ~ input,
input:has(+ .nixo-cf-error:not(:empty)) {
	border-color: #BD082F;
}
