/**
 * 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.
 */
.wp-block-theme-modal {
  background-color: #fff;
}
.wp-block-theme-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
  z-index: 1;
}
.wp-block-theme-modal .modal-body {
  min-height: 100px;
}
.wp-block-theme-modal .modal-content {
  background-position: center;
  background-size: cover;
}

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