/* Shared styles for the History & Landmarks section */

.timeline { border-left: 3px solid var(--primary); padding-left: 1.5rem; margin: 1.5rem 0; }
.timeline-entry { margin-bottom: 1.5rem; position: relative; }
.timeline-entry::before {
  content: '';
  width: 12px; height: 12px;
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: -1.95rem;
  top: 0.4rem;
}
.timeline-entry .year {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.25rem;
}

.wm-credits {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid var(--border);
  font-size: 0.88rem;
}
.wm-credits h3 {
  font-size: 0.78rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.wm-credits ul { list-style: none; padding: 0; margin: 0; }
.wm-credits li { margin-bottom: 0.4rem; color: var(--text-muted); }
.wm-credits a { color: var(--primary); }

@media (max-width: 560px) {
  .portrait-block { flex-direction: column; }
  .portrait-block img { width: 140px; }
  .plaque-photo { float: none; width: 100%; margin: 0 0 1rem; }
}
