#match--list_wrapper .dv2-qc-match-list-pc {
    margin: 0;
}

.dv2-stream-links-container {
    display: flex;
    gap: 10px;
    width: 100%;
}

.dv2-stream-links {
    width: 70%;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-block: 0;
    padding-bottom: 5px;
}

.dv2-stream-links span {
    text-wrap-mode: nowrap;
}

.dv2-bet-links {
    width: 30%;
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
    width: 100%;
    overflow: auto;
    flex: 1;
    padding-bottom: 5px;
}

.dv2-bet-links>*:first-child {
    margin-left: auto;
}

.dv2-bet-links a,
.dv2-bet-links>ins {
    flex: 0 0 auto;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}

.dv2-bet-links a img,
.dv2-bet-links ins img {
    display: block;
    max-width: none;
    width: auto;
    height: 36px;
}

@media screen and (max-width: 768px) {
    .dv2-stream-links-container {
        flex-direction: column;
    }

    .dv2-stream-links {
        justify-content: center;
        width: 100%;
    }

    .dv2-bet-links {
        width: 100%;
        justify-content: center;
    }

    .dv2-bet-links>*:first-child {
        margin-left: 0;
    }
}