/* Layout and Navigation-related CSS styles */

.mud-nav-link-left {
    justify-content: flex-start !important;
    text-align: left;
    padding-left: 0.75rem; /* Optional: etwas Abstand vom Rand */
}

/* Ensure the footer stays at the bottom and is not part of the scrolling content */
.sidebar-footer {
    position: fixed;
    bottom: 0;
    width: 264px;
    background-color: inherit;
    z-index: 1; /* Keep this lower than the menu */
    height: 120px;
    overflow: visible; /* Make sure this is visible */
}

.sidebar-header {
    height: 52px !important;
}