/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-custom-next-page .wp-block {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-create-block-custom-next-page .custom-nextpage-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-editor__container img.custom-nextpage-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

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