
@media (max-width: 991.98px) {
    .results-section.hide {
        display: none;
    }

    .results-section {
        width: 100% !important;
    }

    .results-content {
        position: relative;
    }

    #match-list-container {
        height: calc(100vh - 200px);
        overflow-y: auto;
        padding-bottom: 20px;
    }

    .load-more-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0.5rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        z-index: 10;
        background: var(--bs-body-bg, #fff);
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    }

    .load-more-container > * {
        pointer-events: auto;
    }

    .load-more-container:empty {
        display: none;
    }
}
