.ck-editor__editable {
    min-height: 450px;
}


body.mobile:not(.tablet) .ck-editor__editable {
    min-height: 250px;
}

.ck-editor-sm .ck-editor__editable {
    min-height: 250px;
}

.ck-editor-xs .ck-editor__editable {
    min-height: 150px;
}

.ck-editor p {
    margin: 0;
}

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

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
    position: fixed !important;
    z-index: var(--ck-z-modal);
}

.ck.ck-balloon-panel {
    position: fixed !important;
}
