/* Shared article-section-heading contract: the ordinal is separate from the title copy. */
.article-section-title > .article-section-kicker {
  color: var(--gold-dark);
  display: block;
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.25;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}
