#iub-pp-container figure img {
    position: relative;
    font-size: 0;
}

#iub-pp-container figure img::before {
    content: "";
    font-size: 0;
}

#iub-pp-container figure img::after {
    background-image: url('https://www.iubenda.com/assets/site/favicons/default_thirdparty_icon-7c0e4af091131d326a69845f5900e1fbf9fdea8b8cecbe7e7aaecf6dbf0da741.svg');
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

#iub-legalDoc figure img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: attr(alt);
}

#iub-legalDoc figure img:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: "Servizio generico";
}

#iub-legalDoc .legalDoc__accordion {
    background-color: #fff;
}

#iub-legalDoc .accordion__body {
    padding-top: 10px;
}

.policy-table table th a {
    color: var(--color-link);
}

.policy-table table th a:hover {
    color: var(--color-link-hover);
}

#iub-legalDoc .body__details-box h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#iub-legalDoc .legalDoc__accordion h4 {
    margin-bottom: 10px;
}