/**
 * @file
 * Minimal styles for the gated file download component.
 *
 * Layout and brand colours are intentionally left to the site theme.
 * Only functional styles (error text visibility) live here.
 */

/* Validation / server error message shown below the form fields. */
.download-gated-container .gate-error {
  color: #c62828;
  min-height: 1.25em;
  margin-top: 0.5em;
  font-size: 0.875rem;
}

