/* _content/HunterManager.Web/Shared/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css - Cleaned to allow site.css to control layout */
.page[b-tonlizlas0] {
    /* site.css handles .page flex display */
}

main[b-tonlizlas0] {
    /* site.css handles main flex */
}

/* 
   Legacy default styles removed. 
   Refer to wwwroot/css/site.css for Sidebar, TopRow, and Theme styles.
*/

/* Preservation of responsive top-row behavior if needed, but likely handled by site.css */
@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tonlizlas0] {
        display: none;
    }

    .top-row.auth[b-tonlizlas0] {
        justify-content: space-between;
    }

    .top-row a[b-tonlizlas0],
    .top-row .btn-link[b-tonlizlas0] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    /* 
       Removed fixed width sidebar and padding rules 
       that conflicted with site.css variables and collapse logic 
    */
}
/* _content/HunterManager.Web/Shared/NavMenu.razor.rz.scp.css */
/* NavMenu.razor.css - Cleaned to allow site.css to control styling */
/* 
   Legacy styles removed. 
   Refer to wwwroot/css/site.css for .nav-menu, .nav-item, and responsive logic.
*/

.navbar-toggler[b-rv8ohducya] {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 641px) {
    .navbar-toggler[b-rv8ohducya] {
        display: none;
    }

    .collapse[b-rv8ohducya] {
        /* Ensure sidebar content is visible on desktop */
        display: block;
    }
}
