.timeline {
  position: relative;
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 3px solid #d1d5db;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -2.65rem;
  top: 0.35rem;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #111827;
}

.timeline-date {
  font-size: 0.9rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.timeline-content h3 {
  margin: 0 0 0.35rem 0;
}

.timeline-content p {
  margin: 0;
  color: #374151;
}
