

.PunteggioLive h2 {
    text-transform: uppercase;
    margin-bottom: 1em;
    color: var(--blu-sfondo-biglietti);
    font-weight: 600;
}

.TabPuntiLiveHeader,
.TabPuntiLiveRiga {
    background-color: var(--blu4);
    color: white;
    border-bottom: 2px solid var(--blu8);
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald", serif !important;
}
    .TabPuntiLiveHeader div {
        font-size: 1.5em;
        font-weight: 500;
        padding: 0.6em 0em;
    }
    .TabPuntiLiveRiga:first-child {
        padding: 0 !important;
    }

.ContSquadraLive {
    font-weight: 700;
    color: black;
    background: white;
    padding: 0.8em 5.5em;
    margin: 0.8em 0;
}
    .ContSquadraLive p {
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 0em;
    }

.TabPuntiLiveRiga div:nth-child(2) {
    font-size: 4.7em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TabPuntiLiveRiga div:not(:nth-child(1)):not(:nth-child(2)) {
    font-size: 2.5em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BoxTestoFront {
    font-family: "Open Sans", serif !important;
    padding-top: 4em;
    padding-bottom: 5em;
    line-height: 1.2em;
}

.GoldenSet {
    background: #c1920e;
}

.PulsanteLink {
    color: var(--blu5);
    border: 3px solid var(--blu5);
    transition: 0.2s;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em 1.5em;
}
    .PulsanteLink:hover {
        border: 3px solid var(--blu5);
        color: white;
        background-color: var(--blu5) !important;
    }

.BoxLink {
    width: fit-content;
    display: inline-block;
}



@media screen and (max-width: 992px) {

    .PunteggiDesktop {
        display: none;
    }

    .PunteggiMobile {
        display: block !important;
    }

    .PunteggiMobile .TabPuntiLiveHeader {
        border-bottom: unset;
    }

    .ContSquadraLive {
        padding: unset;
    }
        .ContSquadraLive p {
            font-size: 1.3em;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .TabPuntiLiveRiga {
        padding: 1em 0;
    }
        .TabPuntiLiveRiga .col-12 {
            font-size: 1.5em;
            font-weight: 700 !important;
            padding-bottom: 0.6em;
        }
        .TabPuntiLiveRiga .col-6 {
            font-size: 4.2em !important;
            font-weight: 700 !important;
        }
        .TabPuntiLiveRiga .PunteggiSet {
            font-size: 2.5em !important;
            font-weight: 700 !important;
        }

}





@media screen and (max-width: 768px) { 

    .BoxTestoFront {
        padding-top: 2.9em;
        padding-bottom: 3.6em;
    }

}





@media screen and (max-width: 576px) { 

    .PunteggioLive h2 {
       font-size: 1.5em;
    }

    .ContSquadraLive p {
        height: 100px;
    }

}