/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/js/blocks/sequential-steps/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.seq-step .seq-step-inner .step-header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 1.125rem;
}

.seq-step .seq-step-inner .step-header .step-count {
  display: none;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background-color: #0072BC;
  border-radius: 50%;
  font-size: 26px;
  line-height: 33.41px;
  font-weight: 700;
  text-align: center;
}

[dir="ltr"] .seq-step .seq-step-inner .step-header .step-count {
  margin-right: 10px;
}

[dir="rtl"] .seq-step .seq-step-inner .step-header .step-count {
  margin-left: 10px;
}

.seq-step .seq-step-inner .step-header:focus {
  box-shadow: none;
}

.seq-step .seq-step-inner .step-header::after {
  display: none;
}

.seq-step .seq-step-inner .step-header .seq-step__box-title {
  width: calc(100% - 34px);
}

.seq-step .seq-step-inner .step-body p:not([class]) {
  margin-bottom: 1.5em;
}

.seq-step .seq-step-inner .step-body h3, .seq-step .seq-step-inner .step-body h4, .seq-step .seq-step-inner .step-body h5 {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 10px;
}

[dir="ltr"] .seq-step .seq-step-inner .step-body ul, [dir="ltr"] .seq-step .seq-step-inner .step-body ol {
  margin: 0 0 1.5em 1em;
}

[dir="rtl"] .seq-step .seq-step-inner .step-body ul, [dir="rtl"] .seq-step .seq-step-inner .step-body ol {
  margin: 0 1em 1.5em 0;
}

.seq-step .seq-step-inner .step-body img {
  contain-intrinsic-size: revert !important;
}

.seq-step .seq-step-inner .step-body iframe {
  max-width: 100%;
}

.seq-step .has-accordion-counting .step-count {
  display: block !important;
}

.seq-step__main .sequential-steps-inner {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .seq-step .seq-step-inner .step-header .step-count {
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
  }
  .seq-step .seq-step-inner .step-header .seq-step__box-title {
    width: calc(100% - 30px);
  }
}

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