.choice-timeline-figure .ae-heading {
  text-align: left;
  font-size: 23px;
}
.choice-timeline-figure .ct-panel + .ct-panel {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--ae-divider, #e5e4e8);
}
.choice-timeline-figure .ct-timeline {
  position: relative;
}
.choice-timeline-figure .ct-horizontal {
  display: block;
  width: 100%;
  height: 116px;
  overflow: visible;
}
.choice-timeline-figure .ct-vertical {
  display: none;
}
.choice-timeline-figure .ct-timeline svg text {
  fill: var(--ae-muted, #656078);
  text-anchor: middle;
  dominant-baseline: middle;
  font: 15px Georgia, "Times New Roman", serif;
}
.choice-timeline-figure .ct-scope {
  stroke: var(--ae-border, #929292);
  stroke-width: 1;
}
.choice-timeline-figure .ct-axis {
  stroke: var(--ae-muted, #929292);
  stroke-width: 1.5;
}
.choice-timeline-figure .ct-arrowhead {
  fill: context-stroke;
}
.choice-timeline-figure .ct-stages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.choice-timeline-figure .ct-stage {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0 8px;
}
.choice-timeline-figure .ct-event {
  position: absolute;
  top: -58px;
  left: 0;
  transform: translateX(-50%);
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.choice-timeline-figure .ct-options {
  display: grid;
  align-content: center;
  width: min(100px, 100%);
  height: 96px;
  gap: 8px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.choice-timeline-figure .ct-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 4px 2px;
  border: 1.5px solid var(--ae-blue, #1263ae);
  border-radius: 4px;
  background: var(--ae-fill-a, #d9ebfa);
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}
.choice-timeline-figure .ct-card.ct-empty {
  border-color: var(--ae-border, #c8c7ce);
  background: var(--ae-surface, #f5f5f7);
  color: var(--ae-muted, #656078);
  font-size: 16px;
}
.choice-timeline-figure .ct-overlap .ct-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.choice-timeline-figure .ct-overlap .ct-card {
  padding-inline: 0;
  border-color: var(--ae-purple, #704bc9);
  background: var(--ae-fill-b, #e9dff8);
  font-size: 15px;
  line-height: 16px;
}
.choice-timeline-figure .ct-count {
  margin: 14px 0 0;
  color: var(--ae-muted, #656078);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.choice-timeline-figure .ct-overlap .ct-count {
  color: var(--ae-purple, #704bc9);
}
.choice-timeline-figure figcaption {
  margin-top: 28px;
}
@media (max-width: 720px) {
  .choice-timeline-figure .ct-timeline {
    max-width: 400px;
    margin-inline: auto;
  }
  .choice-timeline-figure .ct-horizontal {
    display: none;
  }
  .choice-timeline-figure .ct-vertical {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    overflow: visible;
  }
  .choice-timeline-figure .ct-vertical text {
    writing-mode: vertical-rl;
  }
  .choice-timeline-figure .ct-stages {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 156px;
    margin: 0 0 0 92px;
  }
  .choice-timeline-figure .ct-stage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .choice-timeline-figure .ct-event {
    top: -10px;
    transform: none;
  }
  .choice-timeline-figure .ct-options {
    width: min(140px, 100%);
  }
  .choice-timeline-figure .ct-count {
    margin-top: 10px;
  }
}
