/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** 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% !important;
}
.post-type-popper .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)).popper-placeholder {
  max-width: 650px !important;
  height: auto;
}

.wp-block-popper-is-open {
  max-width: 100% !important;
}

.post-type-popper .editor-styles-wrapper .wp-block:not(.wp-block-post-title) {
  max-width: 100%;
}

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

.wp-block-popper__close {
  position: absolute !important;
}

.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: 800px;
  overflow-y: auto;
}

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

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

.popper-modal-row {
  margin-bottom: 1em;
  align-items: center !important;
}
.popper-modal-row label {
  display: none;
}
.popper-modal-row .components-form-token-field__input-container {
  margin: 0;
}

.popper-modal-buttons {
  display: flex;
  margin: 1em 0;
  flex-direction: row-reverse;
}

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