.menu_toast {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.menu_toast .accordion,
.menu_toast .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_toast nav {
    background: #fff;
    width: 80%;
    max-width: 20rem;
    min-height: 100%;
    padding: 1.5rem 1rem;
}
