// Custom variables.
@import "../../sass/base.scss";

.bb\:has-overlay {
  position: relative;
  overflow: hidden;

  .bb\:block-overlay {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0 !important;
    overflow: hidden;
    max-width: none !important;
    margin: 0 !important;

    ~ * {
      position: relative;
      z-index: 1;
    }

    // + .block-list-appender {
    //   position: relative;
    // }
  }

  // Reset bock gap for the first block if there is a background
  // .editor-styles-wrapper & > .bb\:block-overlay + *,
  > .bb\:block-overlay + * {
    margin-top: 0;
  }
}
