.eventi-lista {

    border-radius: 15px;

    font-size: 16px;

    flex: 1;

}

.sbb-evento {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 10px 0;

}



.sbb-evento:last-child {

    border-bottom: none;

}



.sbb-evento-contenuto {

    flex: 1;

    display: flex;

    flex-wrap: nowrap;

    align-items: center;

}



.sbb-evento.sbb-is-home .sbb-evento-contenuto {

    justify-content: flex-start;

}



.sbb-evento:not(.sbb-is-home):not(.sbb-is-away) .sbb-evento-contenuto {

    justify-content: center;

}



.sbb-evento.sbb-is-away .sbb-evento-contenuto {

    justify-content: flex-end;

}



.sbb-evento-dettaglio {

    margin: 0 5px;

}



.sbb-evento-secondary {

    margin: 0px 5px;

    font-size: 90%;

    opacity: 0.8;

    display: flex;

    align-items: center;

}

.sbb-evento-primary {

    margin: 0px 5px;

}

.sbb-evento-time {

    opacity: 0.7;

    border-left: 1px solid #eaeaea;

    padding-left: 5px;

}



.sbb-evento-addedtime {

    opacity: 0.7;

}



.sbb-score {

    font-size: 22px;

    font-weight: 600;

}



.sbb-evento-icon {

    margin: 0px 5px;

}



.sbb-evento-time.home {

    border-right: 1px solid #eaeaea;

    padding-right: 5px;

    border-left: 0;

    padding-left: 0;

}

.sbb-score {

    font-size: 20px;

    font-weight: 600;

    margin: 0 5px;

}

.container-events {

    display: flex;

    justify-content: center;

    background: white;

    margin: 10 0;

    border-radius: 15px;

}

.eventi-lista-container {

    background: var(--color-background);

    border-radius: 25px;

    display: flex;

    justify-content: center;

    margin: 10 0;

}

.sbb-period {

    background: var(--color-secondary);

    padding: 5 20;

    border-radius: 15px;

    font-weight: bold;

}

.sbb-injury-time {

    opacity: 0.9;

    font-size: 15px;

    font-style: italic;

}