  /* Custom CSS to style error messages in red */
.webform-submission-form .form-item--error-message {
  color: red !important; /* Sets the text color to red */
  font-weight: normal; /* Makes the text bold */
  font-size: 14px;
}