.field_with_errors {
  display: inline;
}

.field_with_errors input {
  border-color: var(--color-error);
  --input-color: var(--color-error);
}
