/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/fancy-section/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.
 */
.fill-primary {
  fill: #0072bc;
}

.fill-secondary {
  fill: #009bdf;
}

.fill-tertiary {
  fill: #a5bee2;
}

.fill-accent {
  fill: #a5bee2;
}

.wp-block-thecontentbox-fancy-section {
  position: relative;
}
.wp-block-thecontentbox-fancy-section__wrapper {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.wp-block-thecontentbox-fancy-section__wrapper::before, .wp-block-thecontentbox-fancy-section__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% - 1.5rem);
  border: 2px solid #707171;
}
.wp-block-thecontentbox-fancy-section__wrapper::before {
  top: 0;
  border-bottom: unset;
}
.wp-block-thecontentbox-fancy-section__wrapper::after {
  bottom: 0;
  border-top: unset;
}
.wp-block-thecontentbox-fancy-section__bg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #f2f0e7;
}
@media (prefers-color-scheme: dark) {
  .wp-block-thecontentbox-fancy-section:not(.block-editor-block-list__block) .wp-block-thecontentbox-fancy-section__wrapper::before, .wp-block-thecontentbox-fancy-section:not(.block-editor-block-list__block) .wp-block-thecontentbox-fancy-section__wrapper::after {
    border-color: #ebebeb;
  }
  .wp-block-thecontentbox-fancy-section:not(.block-editor-block-list__block) .wp-block-thecontentbox-fancy-section__bg {
    background-color: #1b1b1b;
  }
}
.wp-block-thecontentbox-fancy-section .container {
  position: relative;
  z-index: 1;
  padding: 0;
}
.wp-block-thecontentbox-fancy-section .container .wp-block-columns {
  margin-bottom: 0;
}

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