.article-deck {
  margin: 12px 0 0;
  color: #5f666d;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  line-height: 1.55;
}

.article-content .article-lead-image {
  margin: 0 0 32px;
}

.article-content .article-lead-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.article-content .article-lead-image figcaption,
.article-content .benchmark-figure figcaption {
  margin-top: 10px;
  color: #73777c;
  font-size: 0.82rem;
  line-height: 1.55;
}

.benchmark-figure {
  margin: 30px 0 38px;
}

.benchmark-timeline-shell {
  margin: 20px 0 8px;
}

#vending-timeline {
  width: 100%;
  min-height: 360px;
}

#vending-timeline svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  color: #404448;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.timeline-gridline {
  stroke: #e6e7e8;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.timeline-baseline {
  stroke: #83888c;
  stroke-width: 1.2;
  shape-rendering: crispEdges;
}

.timeline-axis .domain {
  display: none;
}

.timeline-axis line {
  stroke: #bfc3c6;
}

.timeline-axis text {
  fill: #777c80;
  font-size: 10px;
}

.timeline-boundary {
  stroke: #c75d4d;
  stroke-width: 1.2;
  stroke-dasharray: 3 3;
}

.timeline-phase-label {
  fill: #656a6f;
  font-size: 10.5px;
  font-weight: 650;
}

.timeline-phase-label--v2 {
  fill: #a04639;
}

.timeline-event-stem {
  fill: none;
  stroke: #a5aaae;
  stroke-width: 1;
}

.timeline-event-dot {
  fill: #fff;
  stroke: #53595e;
  stroke-width: 1.5;
}

.timeline-event-dot--current {
  fill: #c75d4d;
  stroke: #c75d4d;
}

.timeline-event-date {
  fill: #777c80;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.timeline-event-title {
  fill: #25292c;
  font-size: 12.5px;
  font-weight: 700;
}

.timeline-event-detail {
  fill: #60656a;
  font-size: 10.8px;
}

.timeline-event a {
  text-decoration: none;
}

.timeline-event a:hover .timeline-event-title,
.timeline-event a:focus .timeline-event-title {
  fill: #a04639;
  text-decoration: underline;
}

.timeline-fallback {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.timeline-fallback li {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: baseline;
}

.timeline-fallback time {
  color: #777c80;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}

.timeline-fallback span {
  color: #34383b;
  font-size: 0.9rem;
}

.timeline-ready .timeline-fallback {
  display: none;
}

@media (max-width: 520px) {
  .article-content .article-lead-image {
    margin-bottom: 26px;
  }

  #vending-timeline {
    min-height: 760px;
  }

  .benchmark-figure {
    margin-top: 26px;
  }

  .timeline-fallback li {
    grid-template-columns: 96px 1fr;
    gap: 10px;
  }
}
