/* Style the resizer */
.gutenberg-sidebar-resizer {
    width: 6px;
    cursor: ew-resize;
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: background 0.2s;
}

.gutenberg-sidebar-resizer:hover {
    background: rgba(0, 0, 0, 0.5);
}
.interface-complementary-area__fill{
    width: 100% !important;
}
.editor-sidebar {
    width: 100% !important;
}
