/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/scss/blocks/core/list.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
ol.wp-block-list.is-style-circle-number {
  list-style: none;
  counter-reset: ol-counter;
  padding-left: 27px;
}
ol.wp-block-list.is-style-circle-number > li {
  counter-increment: ol-counter;
  position: relative;
  padding-left: 57px;
  padding-bottom: var(--wp--preset--spacing--20);
  line-height: 2;
  border-left: 6px solid color-mix(in srgb, var(--wp--custom--color-accent) 60%, transparent);
}
ol.wp-block-list.is-style-circle-number > li:last-child {
  border-left-color: transparent;
}
ol.wp-block-list.is-style-circle-number > li:before {
  content: counter(ol-counter, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: -33px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: var(--wp--custom--color-accent);
  border-radius: 100%;
}
ol.wp-block-list.is-style-color-number {
  list-style: none;
}

/*# sourceMappingURL=core--list.css.map*/