/* /Layout/MainLayout.razor.rz.scp.css */
/* Kill Blazor template leftovers that fight the product shell */
.page[b-z0pa8tmoeg] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-z0pa8tmoeg] {
    flex: 1;
}
