st-form-field-validation-message {
  /* Component styles go here */ }
  st-form-field-validation-message p {
    margin: var(--st-ffvm-margin, 5px 0 0 0);
    color: var(--st-ffvm-color, #bf0e08);
    font-size: var(--st-ffvm-font-size, 12px);
    font-weight: var(--st-ffvm-font-weight, 400);
    display: flex;
    align-items: center; }
    st-form-field-validation-message p > svg {
      height: 12px;
      width: 12px;
      fill: #ec4c47;
      margin-right: 8px; }
