/* /Layout/MainLayout.razor.rz.scp.css */
.main-content[b-08doctyoha] {
    padding-bottom: 72px;
    min-height: 100vh;
}

@media (min-width: 960px) {
    .main-content[b-08doctyoha] {
        padding-bottom: 0;
    }
}

[b-08doctyoha] .sidebar-drawer {
    border-right: 1px solid #e9ecef;
}

[b-08doctyoha] .sidebar-brand {
    min-height: 64px;
}

[b-08doctyoha] .nav-group-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #868e96;
    padding: 4px 16px;
    margin-top: 4px;
}

[b-08doctyoha] .bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: white;
    border-top: 1px solid #e0e0e0;
}

[b-08doctyoha] .bottom-nav-inner {
    width: 100%;
    padding: 6px 0;
    min-height: 56px;
}

[b-08doctyoha] .bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 56px;
    padding: 4px 8px;
    color: #6c757d;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

[b-08doctyoha] .bottom-nav-item:hover,
[b-08doctyoha] .bottom-nav-item:active {
    color: var(--mud-palette-primary);
}
