/* Force show block inserter buttons for module_slide */
body.post-type-module_slide .block-editor-inserter__toggle,
body.post-type-module_slide .block-editor-button-block-appender,
body.post-type-module_slide .block-editor-default-block-appender__content {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Ensure the block list appender is visible */
body.post-type-module_slide .block-list-appender {
    display: block !important;
}

/* Make sure the editor isn't in a weird locked state visually */
body.post-type-module_slide .is-root-container {
    pointer-events: auto !important;
}
