@import "styles.css?v=2";

a.anchor {
    top: -100px;
}

/*.round-list.fifth.single li:first-child {
    margin-top: 510px;
}*/

.round-name {
    width: unset;
}

    .round-name.first {
        margin-top: 60px;
    }

    .second.round-name {
        margin-top: 130px;
    }

    .round-name.third {
        margin-top: 260px;
    }

    .round-name.fourth {
        margin-top: 270px;
    }

.round {
    width: 20%;
}

.spacer {
    border-top: 1px solid rgb(205, 205, 205);
    width: 100%;
    height: 54px;
    margin-top: 255px;
    position: relative;
    border-radius: 0 8px 0 0;
}

    .spacer::after {
        border-radius: 0 8px 0 0;
        border-top: 1px solid rgb(205, 205, 205);
        border-right: 1px solid rgb(205, 205, 205);
        height: 465%;
        width: 10px;
        top: -1px;
        content: '';
        display: block;
        position: absolute;
        right: 0;
    }

.round-4 .item:last-child::after {
    height: 200%;
    top: unset;
    bottom: 50%;
    border-right: 1px solid rgb(205, 205, 205);
    border-top: none;
    border-bottom: 1px solid rgb(205, 205, 205);
    border-radius: 0 0 8px 0;
}

.game,
.round-list {
    width: 100%;
}

    .consolation.round-list.second li:first-child,
    .consolation.round-list.second li:nth-child(2) {
        margin-top: unset;
    }

    .round-list.third.consolation li:first-child,
    .round-list.fourth li:first-child {
        margin-top: 65px;
    }

    .round-list.fifth li:first-child {
        margin-top: 415px;
    }

.consolation.second .item:nth-child(odd)::after {
    top: 50%;
    border-top: 1px solid rgb(205, 205, 205);
    border-radius: 0 8px 0 0;
    border-right: 1px solid rgb(205, 205, 205);
    height: 50%;
}

.consolation.second .item:nth-child(even)::after {
    bottom: 50%;
    border-bottom: 1px solid rgb(205, 205, 205);
    border-radius: 0 0 8px 0;
    border-right: 1px solid rgb(205, 205, 205);
    height: 50%;
}

.consolation.second .item:nth-child(2)::before {
    top: unset;
    bottom: 50%;
}

.round-3 .consolation .item:first-child:after {
    border-right: none;
    height: 1px;
    border-radius: 0;
}

.third.main .item::after {
    height: unset;
    border-radius: 0;
    border-right: none;
}

.consolation.fourth .item::before {
    top: unset;
    bottom: 50%;
}

.team .seed {
    color: grey;
    font-size: 0.7em;
}

.tickets {
    margin-top: 10px;
}

    .tickets::before {
        content: '🎟';
        margin-right: 5px;
    }

/* Live */
.status.Live {
    color: #d00;
}

.live-container {
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

    .live-container .live-head {
        font-weight: bold;
        display: block;
        margin-left: 8px;
    }

.liveGames {
    display: flex;
    width: 20%
}

    .liveGames .item::after {
        content: none;
    }

@media screen and (max-width: 797px) {
    .round,
    .liveGames {
        width: 100%;
    }

    .round-name {
        margin: 20px 0 0!important;
    }

    .item {
        margin-top: 0!important;
    }

    .spacer {
        display: none;
    }

    .empty {
        display: none;
    }

    .live-container {
        display: block;
        margin-top: 20px;
    }
}