:root {
    --ck-z-default: 1;
    --ck-z-modal: 1050;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable) {
    min-height: 200px;
}

.ck.ck-editor__main>.ck-editor__editable {
    background: #fff;
}

.ck.ck-editor__editable_inline {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ck.ck-toolbar {
    border: 1px solid #ddd !important;
    border-bottom: none !important;
    border-radius: 4px 4px 0 0 !important;
    background: #f8f8f8 !important;
}

.ck.ck-toolbar .ck-button {
    border-radius: 4px !important;
}

.ck.ck-content {
    font-size: 16px;
    line-height: 1.6;
}

.ck.ck-content p {
    margin: 0 0 10px;
}

.ck.ck-content h1,
.ck.ck-content h2,
.ck.ck-content h3,
.ck.ck-content h4,
.ck.ck-content h5,
.ck.ck-content h6 {
    font-weight: bold;
    margin: 16px 0 8px;
}

.ck.ck-content ul,
.ck.ck-content ol {
    margin-left: 20px;
    padding-left: 10px;
}

.ck.ck-content img {
    max-width: 100%;
    height: auto;
}

.ck.ck-content blockquote {
    border-left: 3px solid #ccc;
    margin: 10px 0;
    padding-left: 10px;
    color: #555;
}