/* ============================================================
   Step content
   The heading block every step opens with. .content itself
   re-animates on each step change.
   ============================================================ */

.content {
  flex: 1;
  min-width: 0;
  animation: fade .35s ease both;
}

/* "STEP 2 OF 7" */
.kicker {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
  font-feature-settings: 'tnum';
}

.h1 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -.02em;
  margin: 0 0 6px;
  line-height: 1.2;
  color: var(--text);
}

/* A step with no lead paragraph carries the same gap on the heading itself,
   rather than rendering an empty <p> for its margin. */
.h1--solo {
  margin-bottom: 36px;
}

.lead {
  font-size: 15px;
  color: var(--text-3);
  margin: 0 0 30px;
  max-width: 60ch;
  text-wrap: pretty;
}
