/* Reduce spacing between submenus and groups in Filament Sidebar */
.fi-sidebar-nav {
    gap: 0.125rem !important;
}

.fi-sidebar-group {
    margin-top: 0 !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0 !important;
}

.fi-sidebar-group-label {
    margin-bottom: 0 !important;
}

.fi-sidebar-group-items {
    gap: 0 !important;
}

.fi-sidebar-item {
    margin-bottom: 0 !important;
}

/* Reduce the huge row-gap between the major navigation groups */
.fi-sidebar-nav-groups {
    row-gap: 0.5rem !important;
}
