/* =========================================================
   SehVarta Premium Theme — Phase 11: Remove visible blank
   space under short sidebars + fix nav hiding first items
   ========================================================= */

@media (min-width: 761px) {
    .fb-left-rail, .social-left-rail,
    .fb-right-rail, .social-right-rail {
        height: auto !important;
        max-height: 100% !important;
        align-self: start !important;
        overflow-y: auto !important;
    }

    nav.topbar.auth-topbar > .app-nav.desktop-nav {
        justify-content: flex-start !important;
    }
}
