.elenco-puntato-wrapper {
    list-style: none;
    padding: 0;
}
.elenco-puntato-wrapper li {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.elenco-puntato-wrapper li span {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--e-global-color-adb330f);
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-right: 10px;
}