.ck.ck-editor__main>.ck-editor__editable {
    background: #d2cbb6;
    border-radius: 0;
    color: #2d3338!important;
    margin: 10px;
}

.ck.ck-toolbar {
    background: #9f9780 !important;
    padding: 0 var(--ck-spacing-small);
    border: 1px solid black !important;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: black !important;
    border-radius: 10px !important;
	background: #d7cda8 !important;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
	
	border: none !important;
}

.ck.ck-editor__main>.ck-editor__editable {
    border-color: black !important;
    border-radius: 10px !important;
	background: #d7cda8 !important;
}

.ck.ck-editor {
    width: 94% !important;
    margin: auto !important;
}