/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/editor.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.post-type-popper .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  max-width: 100%;
  height: 100vh;
}

.wp-block-popper__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-formello-popper, .wp-block-popper__container.wide {
  width: 100%;
  z-index: 5;
}

.wp-block-popper__container.wide {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.wp-block-formello-popper--nobg {
  background-image: linear-gradient(45deg, #f1f1f1 25%, transparent 0), linear-gradient(-45deg, #f1f1f1 25%, transparent 0), linear-gradient(45deg, transparent 75%, #f1f1f1 0), linear-gradient(-45deg, transparent 75%, #f1f1f1 0);
  background-size: 30px 30px;
  background-position: 0 0, 0 15px, 15px -15px, -15px 0;
  background-color: #fff;
  opacity: 1;
}

.wp-block-popper-is-open {
  z-index: 9;
  position: relative;
  min-height: 600px;
}

.wp-block-popper--left, .wp-block-popper--right, .wp-block-popper--top, .wp-block-popper--bottom {
  pointer-events: auto;
}

.popper-templates-list {
  display: flex;
  flex-wrap: wrap;
}
.popper-templates-list li {
  min-width: 33%;
  padding: 10px;
}
.popper-templates-list li a {
  text-align: center;
  cursor: pointer;
}

.popper-modal-rule {
  min-width: 600px;
  max-width: 600px;
}

.popper-modal-button {
  margin-top: 24px;
}

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