.section-category .list-item .item {
    margin-right: 15px;
}
.section-category .list-item .item .button {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: unset;
    color: #7a7a7a;
    border-color: var(--main-theme-color1);
}
.section-category .list-item .item.active .button {
    background-color: var(--main-theme-color1);
    border-color: var(--main-theme-color1);
    color: #fff;
}

.contentelement__type__averni_downloadlist{
    border-bottom: 1px solid var(--main-theme-color1);
}
.download--extended{
    border-top: 1px solid var(--main-theme-color1);
    padding: 20px 0;
}
.download__title {
    font-size:18px;
    color:var(--main-theme-color1);
}
.button--download{
    color:var(--main-theme-color1);
}