/* ==========================================================================
   COMPONENTS · EVIDENCE — the quoted-statistic-plus-source pattern set as a
   ruled evidence statement: a large mono figure, the claim in serif, the source
   attributed below in furniture. Hairline rules top and bottom mark it as a
   citable fact lifted out of the prose.
   ========================================================================== */

.op-evidence {
  margin: var(--space-md) 0;
  padding: var(--space-md) 0;
  border-block: 1px solid var(--rule);
}

.op-evidence__quote {
  display: flex;
  align-items: baseline;
  gap: var(--space-sm);
  font-family: var(--font-reading);
  font-size: var(--text-md);
  line-height: var(--leading-snug);
  color: var(--text);
  border: 0;
  padding: 0;
  margin: 0;
  font-style: normal;
}

.op-evidence__figure {
  font-family: var(--font-data);
  font-size: var(--text-2xl);
  font-weight: var(--weight-semibold);
  line-height: 0.9;
  font-variant-numeric: tabular-nums lining-nums;
  color: var(--text);
  flex: none;
}
/* The figure can carry a band when it is itself a score-bearing statistic */
.op-evidence[data-band] .op-evidence__figure { color: var(--bk-ink, var(--text)); }

.op-evidence__source {
  display: block;
  margin-top: var(--space-2xs);
  font-family: var(--font-furniture);
  font-size: var(--text-2xs);
  letter-spacing: var(--tracking-wide);
  color: var(--text-secondary);
}
.op-evidence__source cite { font-style: normal; color: var(--text); }
