#zoomToggle {
    display: none;
}
@media (max-width: 768px) {

    #zoomToggle {
        display: block !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        padding: 10px 20px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    .nav.command-bar {
        all: unset;
        display: block !important;
        padding: 2px 2px;
    }

    .nav.command-bar li {
        margin-top: 5px;
    }

}
.nav.command-bar li {
    list-style-type: none;
}
