/* Sidebar search ordering fix */
.sidebar-main {
    order: -1 !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    .sidebar-main {
        order: unset !important;
        width: auto !important;
    }
}