                        /* Full Width Editor */
.ck-editor {
    width: 100% !important;
}

.ck-editor__editable {
    min-height: 400px; /* ارتفاع احترافي مثل Shopify */
    padding: 20px;
    font-size: 16px;
}

.ck.ck-editor__main > .ck-editor__editable {
    background: #ffffff;
    border-radius: 8px;
}

/* تحسين شكل التولبار */
.ck.ck-toolbar {
    border-radius: 8px 8px 0 0;
}