
.match-score {
    font-family: Custom, Play, serif;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 90px;
}

.match-ht-score {
    font-family: Custom, Play, serif;
    font-size: 32px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 25px;
}

.mobile {
    display: none;
}

.desktop, .mobile {
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
        border-radius: 0;
    }
}

@media only screen and (max-width: 450px) {
    .border-bottom.trim-border-mobile {
        border-bottom: none !important;
        padding-bottom: 24px !important;
        margin-bottom: 0 !important;

        padding-top: 16px;
        border-top: 3px solid var(--border-default) !important;
    }

    .match-score {
        font-size: 40px;
        line-height: 40px;

    }

    .match-ht-score {
        font-size: 24px;

    }

}
