/* ---------- Cheney Brothers / PFG relocation page — page-specific additions ---------- */

.hero-title sup,
.hero-lede sup,
.area-card sup {
  font-size: 0.65em;
  vertical-align: super;
}

.sources-section {
  padding: var(--space-8) 0;
  background: var(--color-surface-2);
  border-top: 1px solid var(--color-border);
}
.sources-title {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}
.sources-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  padding-left: 1.25em;
}
.sources-list li {
  line-height: 1.6;
}
.sources-list a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
