/* Unfold sidebar: indent model links under app group headers */
#nav-sidebar-apps .module ol ol a {
    padding-left: 1.25rem;
}

/* Unfold sidebar: app group headers - larger + subtle background */
#nav-sidebar-apps .module h2 a {
    font-size: 0.95rem;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 0.375rem;
    padding: 0.375rem 0.5rem;
    margin: 0 -0.5rem;
}

.dark #nav-sidebar-apps .module h2 a {
    background-color: rgba(255, 255, 255, 0.06);
}

/* Unfold sidebar: active page link - distinct color */
#nav-sidebar-apps .module ol ol a.bg-base-100,
#nav-sidebar-apps .module ol ol a.active {
    background-color: rgba(59, 130, 246, 0.1);
    border-left: 3px solid rgb(59, 130, 246);
}

.dark #nav-sidebar-apps .module ol ol a.bg-base-100,
.dark #nav-sidebar-apps .module ol ol a.active {
    background-color: rgba(96, 165, 250, 0.12);
    border-left: 3px solid rgb(96, 165, 250);
}
