.live-section-boxes {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: stretch;
    padding: 0 6px;
}

.live-section-boxes .tournament-name-label {
    background: black;
    color: white;
    padding: 6px 16px;
    border-radius: 4px 4px 0 0;
}

.no-events {
    text-align: center;
}

.live-section-boxes > .tournament-box > .match-box {
    width: 100%;
}

.sport-filter.active {
    order: -1;
}

@media screen and (min-width: 800px) {
    .live-section-boxes {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .live-section-boxes > .tournament-box {
        width: 48%;
    }
}
