
/* SkatteFix v6B — Anti blank fix för /schema/mitt */
body.sf-schema-mitt-page .main-content,
body.sf-schema-mitt-page main,
body.sf-schema-mitt-page .schedule-wrapper,
body.sf-schema-mitt-page .stat-grid,
body.sf-schema-mitt-page .sf-mobile-app {
    visibility: visible !important;
    opacity: 1 !important;
}
body.sf-schema-mitt-page [x-cloak] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
body.sf-schema-mitt-page .sf-mobile-app {
    display: block !important;
}
body.sf-schema-mitt-page .dashboard-layout {
    min-height: 100vh;
}
body.sf-schema-mitt-page .main-content {
    min-height: 60vh;
}
body.sf-schema-mitt-page .sf-mobile-desktop-placeholder,
body.sf-schema-mitt-page .sf-mobile-preview-placeholder {
    display: none !important;
}
