/* Form-wrapper spacing; submission handling belongs to the site adapter. */
.site-form-block {
  margin: 0;
}
/* Keep the post-button flex/grid gap even when there is no visible message. */
form[data-chaser-form]::after {
  content: '';
  display: block;
  height: 0;
}
