.timeline-slider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .timeline-slider {
    max-width: 88vw;
  }
}
.timeline-slider + h2,
.timeline-slider + h3,
.timeline-slider + h4,
.timeline-slider + h5,
.timeline-slider + h6 {
  margin-top: 2ch;
}
.timeline-slider + p {
  margin-top: 3ch;
}
.timeline-slider__event-block {
  padding: var(--wp--preset--spacing--normal);
  background: linear-gradient(135deg, rgba(144, 99, 205, 0.025) 0%, rgba(193, 167, 226, 0.1) 100%);
}
@media (min-width: 1100px) {
  .timeline-slider__event-block {
    display: flex !important;
    flex-wrap: wrap;
  }
  .timeline-slider__event-block .timeline-slider__date {
    width: 150px;
  }
  .timeline-slider__event-block .timeline-slider__events {
    width: calc(100% - 150px);
  }
}
.timeline-slider__controls {
  height: 40px;
  margin-top: 20px;
  position: relative;
}
.timeline-slider h3 {
  font-size: var(--wp--preset--font-size--font-46);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.04ch;
  color: #5C068C;
}
.timeline-slider .swiper-nav {
  width: 34px;
  height: 34px;
  top: 26px !important;
}
.timeline-slider .swiper-nav:after {
  display: none;
}
.timeline-slider .swiper-nav.swiper-button-next {
  right: 0;
}
.timeline-slider .swiper-nav.swiper-button-prev {
  left: calc(100% - 77px);
}
.timeline-slider .swiper-scrollbar {
  width: calc(100% - 100px) !important;
  height: 4px;
  background: rgba(144, 99, 205, 0.2);
  top: 22px !important;
  left: 0 !important;
}
.timeline-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #5C068C;
}
