/* Hide template customizer toggle button */
#template-customizer,
.template-customizer-open-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
