/**
 * Ckditor5 Custom Image CSS overlapping issue
 */
 .ck .image,
 .ck .image-inline {
    position: relative;
    width: auto !important;
}
.ck.ck-editor__editable .image-inline img {
    height: auto !important;
}
.ck-content figure.table:not(.layout-table) {
    display: table;
    width: auto !important;
}