[data-sidebar-left] {
    width: 220px;
    position: absolute;
    left: 2rem;
    padding: 1em;
}

[data-sidebar-bottom] {
    display: block;
    clear: both;
}

@media screen and (min-width: 1301px) {
    [data-sidebar-left] {
        left: 0;
    }
}
