

/* Force the desktop navigation to stay visible on mobile */
#site-navigation {
    display: block !important;
    width: 100%;
}

/* Optional: Make menu items stay in one row or wrap cleanly */
#site-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}