:root {
    /* Overrides the border radius setting in the theme. */
    --ck-border-radius: 4px;

    /* Overrides the default font size in the theme. */
    --ck-font-size-base: 12px;

    /* -- Overrides generic colors. ------------------------------------------------------------- */
    --ck-color-focus-border: transparent;
    --ck-color-shadow-drop: none;
    --ck-color-shadow-inner: none;
}


.ck.ck-editor__editable > .ck-placeholder::before {
    color: #b5b5b5;
}

.ck.ck-editor__editable_inline p {
    margin: 0;
    padding: 0;
}

.ck-editor__editable * {
    font-family: sans-serif !important;
}