.customer-form-no-field-errors .form-component:has(div.field_with_errors) span,
.customer-form-no-field-errors .form-component:has(div.field_with_errors) span label,
.customer-form-no-field-errors .form-component .text-red-600 {
  color: var(--color-base-content);
}

.customer-form-no-field-errors .field_with_errors input,
.customer-form-no-field-errors input.input-error {
  border-color: var(--color-base-300) !important;
}

.customer-form-no-field-errors .field_with_errors textarea,
.customer-form-no-field-errors textarea.textarea-error {
  border-color: var(--color-base-300) !important;
}
