@layer page {
  .configurator {
    height: 100%;
  }
  .configurator__action-panel {
    border: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .configurator__action-panel-body {
    position: relative;
    flex: 1;
    padding: 0;
  }
}
@layer page {
  .pricing-editor-page .loading-container__content > .pricing-editor__grid {
    min-height: 100%;
  }
  .pricing-editor-page .pricing-editor__grid .pricing-editor__grid {
    flex: 1;
  }
  .pricing-editor-page .pricing-editor__grid .e-gridcontent {
    display: flex;
  }
  .pricing-editor-page .pricing-editor__grid .e-content {
    height: auto;
  }
}

/*# sourceMappingURL=compound.css.map */
