.formErrorMessage * {
  /* Ensure that error message will always be correct size and color regardless of what's passed in */
  /* stylelint-disable-next-line declaration-no-important */
  color: var(--color-text-error) !important;
  /* stylelint-disable-next-line declaration-no-important */
  font-size: var(--font-size-100) !important;
}
