/* Force the mobile menu to show when our JS class is present */
#mobile-menu.mobile-menu-open {
    display: block !important;
    max-height: 100vh !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure the button is always clickable */
#mobile-menu-button {
    cursor: pointer;
    pointer-events: auto;
}