/* from this break-point on, sidebar is shown*/
@media (min-width: 1100px) {
    :root {
        --dashboard-container-width-when-sidebar: calc(var(--default-dashboard-container-width-when-sidebar) - var(--umbraco-sidebar-width));
    }

    .guide-preview.active {
        height: var(--guide-column-width);
    }

}
