:root {
    --container-size: 70%;
}

#ten-report-widget {
    position: relative;

}

#ten-report-widget,
#ten-report-widget p {
    color: rgb(132, 29, 99);
}

#ten-report-widget .cont {
    width: var(--container-size);
    height: var(--container-size);
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#ten-report-widget .cont a {
    width: 100%;
    height: auto;
    display: block;
}

text.pdvtotali,
text.pdvdiretti,
text.pdvaffiliati {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 999;
    text-align: center;
    letter-spacing: -0.2rem;
}

#ten-report-widget .icons {
    position: absolute;
    bottom: 0;
    left: 0;
}

#ten-report-widget .icons a {
    background: rgb(132, 29, 99);
    padding: 15px;
    width: 40px;
    height: 40px;
    display:block;
}
#ten-report-widget .icons a.spreadsheet {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2' ry='2'/%3E%3Cpath d='M3 9h18M3 15h18M9 9v12m6-12v12'/%3E%3C/g%3E%3C/svg%3E");
    background-position:center;
    background-repeat:no-repeat;
    background-size:80%;
}

#ten-report-widget .icons span img {
    width: 50px;
    height: auto;
}

