/* Hotfix 2.39.1 – Sidebar und oberer Bereich bündig */

@media (min-width: 761px) {
    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
    }

    .oe-app-shell {
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        align-items: stretch !important;
    }

    .oe-sidebar {
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        align-self: stretch !important;
        min-height: 100vh !important;
        height: 100vh !important;
        border-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .oe-app-area {
        margin: 0 !important;
        padding: 0 !important;
        min-height: 100vh !important;
    }

    .oe-topbar {
        margin: 0 !important;
        top: 0 !important;
        border-radius: 0 !important;
    }

    .oe-app-main {
        margin: 0 !important;
    }
}
