/* Purpose: Invest band — centred conversion copy on the gold-foil surface (see layout.css). */

.invest {
  text-align: center;
}

.invest > .shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.invest__title {
  max-width: 19ch;
  margin: 0 auto var(--space-22);
}

.invest__title .hl {
  color: var(--color-foil-ink-3);
  font-style: italic;
  text-shadow: none;
}

.gold-band .invest__text {
  max-width: 62ch;
  margin: 0 auto var(--space-36);
  font-size: var(--fs-sub);
  font-weight: var(--weight-medium);
}

/* The approved build styled every paragraph in this band — the kicker included — at the body
   size, so the kicker here reads larger than it does anywhere else on the page. */
.gold-band.invest .kicker {
  max-width: 62ch;
  margin: 0 auto var(--space-36);
  font-size: var(--fs-sub);
  font-weight: var(--weight-medium);
}
