.cols-8 > div > div {
  width: 12.5% !important;
}

.paragraphs-add-dialog-list {
  column-count: 3;
}

.paragraphs-add-dialog-row {
  padding: 1px !important;
}

#edit-field-innhold-wrapper.field--type-entity-reference-revisions {
  z-index: 1;
  position: relative;
  width: calc( 100vw - 30.5rem );
}

@media only screen and (max-width: 1024px) {
  #edit-field-innhold-wrapper.field--type-entity-reference-revisions {
    width: 100%;
  }
}

.ck-editor__top,
.ck-editor__main {
  max-width: 1200px;
}

div#fullscreeneditor {
  margin-top: 78px;
}

.ck-toolbar__items {
  flex-wrap: wrap !important;
}

.layout-region--node-main {
  margin-inline: 0 !important;
}

div#fullscreeneditor .ck-sticky-panel__content_sticky {
  top: 78px !important;
}

div#fullscreeneditor .ck-editor__editable_inline {
  padding-right: calc(100cqw - 1200px) !important;
}
