/* History era pages — banner + timeline card titles */
.history-era-banner {
  background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2.5rem 0 2rem;
}

.history-era-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.history-era-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: var(--sdfi-primary);
  margin-bottom: 0.5rem;
}

.history-era-president {
  font-size: 1.2rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}

.sdfi-timeline .timeline-card h3.timeline-card__heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
  padding: 1rem 1rem 0;
}

.sdfi-timeline .timeline-card .timeline-card__body {
  padding: 0.75rem 1rem 1rem;
}

.sdfi-timeline .timeline-card .timeline-card__body p:last-child {
  margin-bottom: 0;
}
