.lore-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.lore-timeline::before {
  background: var(--border2);
  content: "";
  height: 100%;
  left: 8px;
  position: absolute;
  top: 0;
  width: 1px;
}

.timeline-item {
  display: grid;
  gap: 16px;
  grid-template-columns: 18px 1fr;
  padding: 0 0 28px;
  position: relative;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  background: var(--accent);
  border: 3px solid #0f1419;
  border-radius: 50%;
  height: 17px;
  margin-top: 4px;
  position: relative;
  width: 17px;
  z-index: 1;
}

.timeline-copy h2 {
  font-family: var(--display);
  font-size: 24px;
  margin: 1px 0 5px;
}

.timeline-copy h2 a:hover {
  color: var(--accent);
}

.timeline-copy > p:not(.eyebrow) {
  color: var(--text-sub);
  margin: 5px 0 0;
}

.timeline-copy .timeline-label {
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.timeline-copy .timeline-sources {
  font-size: 12px;
}

.timeline-copy .timeline-sources a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--accent) 45%, transparent);
  text-underline-offset: 3px;
}

.timeline-copy .eyebrow {
  margin: 0;
}
