/* ═══════════════════════════════════════ */
/* MASQUER LA BARRE THEME OPTIONS        */
/* ═══════════════════════════════════════ */

/* Barre latérale principale */
#iqit-theme-editor,
.iqit-theme-editor,
#leo-paneltool,
.leo-paneltool,
.paneltool,
.theme-options-panel,
.theme-options,
#theme-customizer,
.theme-customizer,
.live-theme-editor,
#live-theme-editor {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    z-index: -9999 !important;
    pointer-events: none !important;
}

/* Bouton toggle (icône engrenage/œil) */
.iqit-theme-editor-toggle,
.theme-editor-toggle,
.paneltool-toggle,
#theme-editor-toggle,
.leo-paneltool .panelbutton,
.theme-options .toggle-btn {
    display: none !important;
    visibility: hidden !important;
}

/* Overlay et modals */
.iqit-theme-editor-overlay,
.theme-editor-overlay,
.paneltool-overlay {
    display: none !important;
}