/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/timeline/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.timeline-block {
  box-sizing: border-box;
  position: relative;
}

.timeline-block .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.timeline-block .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.timeline-block .splide__slide > * {
  min-height: 100% !important;
}

.timeline-block .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.timeline-block .splide__sr {
  display: none;
}

.timeline-block .container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  max-width: 1005px;
}

.timeline-block .container.container-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.timeline-block .container.container-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.timeline-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: -moz-min-content;
  width: min-content;
  min-width: 128px;
  margin-block: var(--wp--preset--spacing--medium);
}

.timeline-controls-center {
  margin-inline: auto;
}

.timeline-controls-right {
  margin-left: auto;
}

@media (min-width: 1366px) {
  .timeline-block .container {
    max-width: 1120px;
  }
}
@media (min-width: 1440px) {
  .timeline-block .container {
    max-width: 1240px;
  }
}
.timeline-counter {
  font-size: var(--wp--preset--font-size--headline-5);
  font-weight: 300;
}

.timeline-slides {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.timeline-slides > * {
  flex: 0 0 100%;
}

.timeline-state {
  display: flex;
  gap: 2px;
  flex: 0 0 100%;
  margin: 8px 0 0;
  list-style: none;
  padding: 0;
}

.timeline-state li {
  margin-bottom: initial !important;
  width: 32px;
  position: relative;
  isolation: isolate;
  transition: width linear 300ms;
}

.timeline-state li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--secondary-pagination);
  z-index: -1;
}

.timeline-state li button {
  display: block;
  width: 100%;
  height: 0;
  padding: 4px;
  background: transparent;
  transition: border-color ease-out 200ms;
  border: 0;
  border-bottom: 2px solid var(--secondary-pagination);
  border-radius: 0 !important;
  cursor: pointer;
}

.timeline-controls-wide li {
  width: 16px;
}

.timeline-state li:has(button.is-active) {
  width: 76px;
}

.timeline-controls-wide .timeline-state li:has(button.is-active) {
  width: 64px;
}

.timeline-state li button.is-active {
  border-color: var(--accent-pagination);
}

.timeline-arrows {
  display: flex;
  gap: 16px;
}

.timeline-arrows svg {
  display: block;
  cursor: pointer;
}

/*# sourceMappingURL=style-index.css.map*/