/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.97.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.4.49_webpack@5.97.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.4_sass@1.83.1_webpack@5.97.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/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.
 */
.wp-block-klx-timeline {
  border-radius: 1rem;
  background: var(--wp--preset--color--grey-600);
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
}
.wp-block-klx-timeline > * {
  margin-block-start: 0 !important;
  box-sizing: border-box;
  min-width: 1024px;
  width: 100%;
}
@media (max-width: 1024px) {
  .wp-block-klx-timeline::after {
    content: "scroll right";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1024px;
    height: 100%;
    color: white;
  }
}
.wp-block-klx-timeline.is-layout-constrained {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-klx-timeline.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: inherit;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-klx-timeline .wp-block-klx-timeline-entries {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  margin-bottom: 3.5rem;
}
.wp-block-klx-timeline .wp-block-klx-timeline-entries entry {
  display: inline-block;
  width: var(--width);
  margin-left: var(--pos);
  box-sizing: border-box;
  background: var(--wp--preset--color--primary-400);
  color: var(--wp--preset--color--white);
  padding: 0.5rem;
  border-radius: 3.75rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.wp-block-klx-timeline .wp-block-klx-timeline-entries entry.is-style-endless {
  width: inherit;
  background: linear-gradient(to right, var(--wp--preset--color--primary-400) 50%, transparent);
}
.wp-block-klx-timeline .wp-block-klx-timeline-goals {
  width: 100%;
  height: 2.5rem;
  position: relative;
}
.wp-block-klx-timeline .wp-block-klx-timeline-goals goal {
  left: var(--pos);
  position: absolute;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.wp-block-klx-timeline .wp-block-klx-timeline-goals goal::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-klx-timeline .xaxis {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  justify-content: space-around;
  color: var(--wp--preset--color--grey-200);
  font-size: 0.875rem;
  border-top: 1px solid var(--wp--preset--color--grey-400);
}

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