.ck-editor__editable_inline {
    min-height: 150px;
}

.ck-editor{
    white-space: wrap !important;
}

.ck-content{
    max-height: 230px;
}

/* hide original text input to prevent blink after init the ckeditor */
.ckeditor{
    display: none;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.ck-content input{
    color: inherit !important;
}
.ck-content a{
    color: var(--link-color) !important;
    text-decoration: underline !important;
}
.ck-content a:not(:hover) {
    text-decoration: inherit;
    color: inherit;
}

/* MAKE 16px as default font size*/
.ck-content *{
    font-size: 16px;
}
