.ck-editor__editable {
    width: 100%;
    height: 200px;
}
.ck.ck-balloon-panel {
    z-index: 1050;
}
.ck.ck-editor__editable > .ck-placeholder::before {
    color: #ccc !important;
    opacity: 1 !important;
}
:root {
    --ck-z-default: 100;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}