/* Hide the big global error banner only in this form block */
.uc-formclean .t-form__errorbox-wrapper,
.uc-formclean .t-form__errorbox-popup,
.uc-formclean .t-form__errorbox-container { display:none !important; }

/* Keep/tone the small field notes (optional) */
.uc-formclean .t-input-error__text,
.uc-formclean .t-input-error-msg { font-size:12px; line-height:1.3; color:#8a2e2e !important; }

/* Soften the red outline (optional) */
.uc-formclean .t-input-error input,
.uc-formclean .t-input-error textarea,
.uc-formclean .t-input-error select { border-color:#c26a6a !important; }

