.timeline-card {
  background: #fff;
  border: 1px solid #e7dff0;
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 10px 28px rgba(65, 34, 90, 0.05);
}

.timeline-date {
  font-size: 1.12rem;
  font-weight: 800;
  color: #4f226f;
  margin: 0 0 22px;
}

.prep-timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 42px;
  list-style: none;
}

.prep-timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: #d9c6e7;
  border-radius: 3px;
}

.timeline-item {
  position: relative;
  padding: 0 0 26px;
  margin: 0;
}

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

.timeline-item::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #6d2d91;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #6d2d91;
}

.timeline-content {
  min-width: 0;
}

.timeline-time {
  display: inline-block;
  margin: 0 0 7px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f3ecf7;
  color: #552276;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.timeline-content strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #231d27;
  margin: 0 0 4px;
}

.timeline-content p {
  margin: 0;
  color: #39323d;
  line-height: 1.5;
}

.timeline-link {
  display: inline-block;
  margin-top: 7px;
  color: #5b2b82;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.timeline-link:focus-visible {
  outline: 3px solid #5b2b82;
  outline-offset: 3px;
  border-radius: 3px;
}

.timeline-item.timeline-appointment::before {
  background: #4d1f6f;
  box-shadow: 0 0 0 3px #4d1f6f;
}

.timeline-item.timeline-finish::before {
  background: #7a6a84;
  box-shadow: 0 0 0 2px #7a6a84;
}

.timeline-transport {
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  background: #f6f0f9;
}

.timeline-transport strong {
  display: block;
  color: #4f226f;
  margin-bottom: 6px;
}

#samenvatting .calendar-cta {
  margin-top: 20px;
}

#samenvatting .calendar-cta .button {
  width: 100%;
}

#samenvatting .calendar-cta + .small-note {
  margin-top: 10px;
}

html[dir="rtl"] .prep-timeline {
  padding-left: 0;
  padding-right: 42px;
}

html[dir="rtl"] .prep-timeline::before {
  left: auto;
  right: 14px;
}

html[dir="rtl"] .timeline-item::before {
  left: auto;
  right: -35px;
}

@media (max-width: 640px) {
  .timeline-card {
    padding: 20px 14px;
  }

  .timeline-date {
    margin-bottom: 20px;
  }

  .prep-timeline {
    padding-left: 38px;
  }

  .prep-timeline::before {
    left: 11px;
  }

  .timeline-item {
    padding-bottom: 24px;
  }

  .timeline-item::before {
    left: -34px;
  }

  .timeline-content strong {
    font-size: 1rem;
  }

  .timeline-time {
    font-size: 0.94rem;
  }

  .timeline-content p {
    line-height: 1.45;
  }

  html[dir="rtl"] .prep-timeline {
    padding-left: 0;
    padding-right: 38px;
  }

  html[dir="rtl"] .prep-timeline::before {
    left: auto;
    right: 11px;
  }

  html[dir="rtl"] .timeline-item::before {
    left: auto;
    right: -34px;
  }
}
