/* _content/RanchoSantaTeresa.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hhv8o7fltf] {
    display: flex;
    min-height: 100vh;
    background: transparent;
}

.sidebar[b-hhv8o7fltf] {
    width: clamp(240px, 20vw, 300px);
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding: 0.5rem;
}

.page main[b-hhv8o7fltf] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background: transparent;
}

.page .content[b-hhv8o7fltf] {
    flex: 1;
    padding: clamp(1rem, 2vw, 2rem);
}

@media (max-width: 992px) {
    .page[b-hhv8o7fltf] {
        flex-direction: column;
    }

    .sidebar[b-hhv8o7fltf] {
        width: 100%;
        height: auto;
        position: static;
    }

    .page main[b-hhv8o7fltf] {
        width: 100%;
    }
}
/* _content/RanchoSantaTeresa.Web/Components/Layout/NavMenu.razor.rz.scp.css */
