/* /Layout/MainLayout.razor.rz.scp.css */
/* ==============================================
   APP LAYOUT - Estructura principal con flexbox
   ============================================== */

.app-layout[b-fiwnysygh1] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.app-layout__content[b-fiwnysygh1] {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}
