.list-item-corp .documents-wrapper .list {
    overflow: hidden;
}

.list-item-corp .documents-wrapper .list .document-group .document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid var(--color-gray_100);
}
.list-item-corp .documents-wrapper .list .document-group .document {
    border-bottom: 1px solid var(--color-gray_100);
}

.list-item-corp .documents-wrapper .list .document-group .document .text {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
}

.list-item-corp .documents-wrapper .list .document-group .document .icon-type {
    margin-right: 15px;
}

.list-item-corp .documents-wrapper .list .document-group .document .icon-type i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    height: 38px;
    filter: var(--filter-gray_300);
}

.list-item-corp .documents-wrapper .list .document-group .document .icon-type img {
    width: 25px;
    height: 25px;
}

.list-item-corp .documents-wrapper .list .document-group .document .text .label {
    display: none;
    font-weight: 300;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #2f373f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list-item-corp .documents-wrapper .list .document-group .document .text .title {
    font-size: var(--tp-body_m-size);
    line-height: var(--tp-body_m-height);
    letter-spacing: 0.18px;
    color: var(--color-black);
}

.list-item-corp .documents-wrapper .list .document-group .document .icon-download {
    display: none;
    margin-left: auto;
}

.list-item-corp .documents-wrapper .list .document-group .document .icon-download img {
    height: 20px;
    width: 20px;
    filter: var(--filter-electric_indigo);
}

@media all and (min-width: 768px) {
    .list-item-corp .documents-wrapper .list .document-group .document .icon-type {
        margin-right: 32px;
        margin-left: 32px;
    }
    .list-item-corp .documents-wrapper .list .document-group .document .text .label {
        display: block;
    }
    .list-item-corp .documents-wrapper .list .document-group .document .text .title {
        font-size: var(--tp-body_m-size);
        line-height: var(--tp-body_m-height);
    }
    .list-item-corp .documents-wrapper .list .document-group .document .icon-download {
        display: block;
    }
}

@media all and (min-width: 1360px) {
    .list-item-corp .documents-wrapper .list .document-group .document .text .title {
        font-size: var(--tp-body_l-size);
        line-height: var(--tp-body_l-height);
        margin-right: 45px;
    }
    .list-item-corp .documents-wrapper .list .document-group .document .icon-download {
        margin-right: 32px;
    }
}

.list-item-corp[argomento='governance'] .document:not([argomento='governance']) {
    display: none !important;
}

.list-item-corp[argomento='investitori'] .document:not([argomento='investitori']) {
    display: none !important;
}

.list-item-corp[argomento='persone'] .document:not([argomento='persone']) {
    display: none !important;
}

.list-item-corp[argomento='laboratorio'] .document:not([argomento='laboratorio']) {
    display: none !important;
}

.list-item-corp[anno='2019'] .document:not([anno='2019']) {
    display: none !important;
}

.list-item-corp[anno='2020'] .document:not([anno='2020']) {
    display: none !important;
}

.list-item-corp[anno='2021'] .document:not([anno='2021']) {
    display: none !important;
}

.list-item-corp[lingua='ita'] .document:not([lingua='ita']) {
    display: none !important;
}

.list-item-corp[lingua='eng'] .document:not([lingua='eng']) {
    display: none !important;
}
