/* /Layout/MainLayout.razor.rz.scp.css */
/* MudDrawer default flex layout pushes the nav-menu down (justify-content space-between)
   when there's a header block above it. Force start-aligned column so the menu items
   sit right under the tenant button. */
[b-nng14fhvdu] .mud-drawer .mud-drawer-content {
    justify-content: flex-start !important;
}

[b-nng14fhvdu] .mud-drawer .mud-nav-menu {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
