/* 
 * Nested Dropdowns Support 
 * Logic has been moved to footer.php to handle dynamic breakpoints correctly.
 * This file is kept to avoid 404s if it is already enqueued.
 */

    padding-bottom: 0;
}

.offcanvas .dropdown-menu .dropdown-menu.show {
    display: block;
}

/* Optional: Add some visual cue for nested items */
.offcanvas .dropdown-menu .dropdown-item {
    font-size: 0.95em;
}
