.layout-region.layout-region--node-main{
  width: 100%;
}

.ck.ck-sticky-panel__content.ck-sticky-panel__content_sticky{
  position: static !important;
}

.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se{
  height: 100px;
  overflow-y: auto;
}

@media screen and (min-width: 768px){
  .ck-widget.bs_grid .row:has(.ck-editor__nested-editable:nth-child(3)) {
    width: 33.333%;
  }
    .ck-widget.bs_grid .row:has(.ck-editor__nested-editable:nth-child(3)) > * {
      padding: 15px;
    }

  .ck-widget.bs_grid .row .ck-editor__nested-editable > blockquote {
    border: none;
  }

  .ck-widget.bs_grid .row .ck-editor__nested-editable > blockquote:after, .ck-widget.bs_grid .row .ck-editor__nested-editable > blockquote:before {
    content: none;
  }

  .ck-widget.bs_grid .row .ck-editor__nested-editable > blockquote p {
    color: #6f777b;
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
  }

  .ck-widget.bs_grid .row:not(:has(.ck-editor__nested-editable:nth-child(3))) .ck-editor__nested-editable {
    width: 50%;
  }
    .ck-widget.bs_grid .row:not(:has(.ck-editor__nested-editable:nth-child(3))) .ck-editor__nested-editable > * {
      padding: 15px;
    }
}
