#timeline .timeline-scroll-panel,
#timeline .youtube-player-container {
  background: var(--color-bg);
}

#timeline .timeline-scroll-panel {
  line-height: 1.5;
  display: block;
}

#timeline .timeline__section {
  margin: 0 auto;
  padding: 0 6% 0 0;
  width: 100%;
}

#timeline .timeline__section > :last-child {
  margin-bottom: 0;
}

#timeline .timeline__section .timeline-events {
  text-align: left;
  margin: 0 0 1rem;
  padding-left: 0;
  list-style: none;
}

#timeline .timeline__section .timeline-events li + li {
  margin-top: 0.5rem;
}

#timeline .timeline__section .timeline-events li {
  position: relative;
  padding-left: 3.2rem;
}

#timeline .timeline__section .timeline-events li::before {
  content: attr(data-date);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

#timeline .timeline__section .timeline-events .youtube-link {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

#timeline .timeline__section a,
.text-link {
  color: #0b57d0;
  text-decoration: underline;
}

#timeline .timeline__section a:hover,
#timeline .timeline__section a:focus,
.text-link:hover,
.text-link:focus {
  color: #0842a0;
}

@media (max-width: 900px) {
  #timeline .timeline-scroll-panel.split-content-panel {
    height: clamp(270px, 66vw, 410px);
  }

  #timeline .timeline-scroll-panel {
    display: flex;
    flex-direction: column;
    overflow-x: visible;
  }

  #timeline .timeline__section {
    padding: 1rem 0 0;
  }
}
