.form-item__error-message::before {
  content: "✖";
  color: #d32f2f;        /* red */
  font-weight: 700;
  margin-right: 0.35rem;
}
.form-item__error-message { margin-top: 0.25rem; font-size: 0.875rem; font-weight: bold;}
.form-item--error input, .form-item--error select, .form-item--error textarea { outline: none; }

.webform-flexbox.webform-address__row-1, .webform-flexbox.webform-address__row-2, .webform-flexbox.webform-address__row-3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}