/* _content/Cresqua.App/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m8v9accbir] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--cresqua-bg);
}

main[b-m8v9accbir] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-m8v9accbir] {
    background-color: var(--cresqua-secondary); /* Twój Midnight Navy (#002F4B) */
    background-image: none !important; /* Wymusza usunięcie fioletowego gradientu */
}

.top-row[b-m8v9accbir] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    height: 4.5rem;
    z-index: 10;
}

article[b-m8v9accbir] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-m8v9accbir] {
        flex-direction: row;
    }

    .sidebar[b-m8v9accbir] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: 2px 0 8px rgba(0,0,0,0.05);
    }

    .top-row[b-m8v9accbir] {
        position: sticky;
        top: 0;
    }

    .top-row[b-m8v9accbir], article[b-m8v9accbir] {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}
