.slf-v2-mobile-sidebar-priority {
    display: none !important;
}

@media (max-width: 850px) {
    .slf-v2__layout {
        display: flex !important;
        flex-direction: column;
    }

    .slf-v2__content,
    .slf-v2__sidebar,
    .slf-v2__sidebar #sidebar,
    .slf-v2__sidebar #sidebar > .theiaStickySidebar {
        display: contents !important;
    }

    .slf-v2__content > *,
    .slf-v2__sidebar > *,
    .slf-v2__sidebar #sidebar > *,
    .slf-v2__sidebar #sidebar > .theiaStickySidebar > * {
        order: 7;
        width: 100% !important;
        max-width: none !important;
        float: none !important;
    }

    .slf-v2__content > .slf-latest { order: 1; }
    .slf-v2__sidebar .SLF_News_Feed_Widget { order: 2 !important; margin: 0 0 24px !important; }
    .slf-v2__sidebar .widget_fc_calendar_widget { order: 3 !important; margin: 0 0 30px !important; }
    .slf-v2__content > .slf-transfer-section { order: 4; }
    .slf-v2__content > .slf-news-grid { order: 5; }
    .slf-v2__content > .slf-championships { order: 6; }
}
