body {
    padding-top: 0 !important;
}

#toolbar-administration {
    z-index: 999999999;
    overflow-x: hidden;
}

.orderby-wrapper #orderbySelect {
    background-image: url(../images/cb-icon-arrow-down.svg) !important;
}

.cust-badge--biodiversita-plant {
    background-image: url(../images/icon-biodiversita-vegetale-clean.svg)!important;
}
.cust-badge.cust-badge--negative.cust-badge--biodiversita-plant {
    background-image: url(../images/icon-biodiversita-vegetale-clean-white.svg)!important;
}

.commoncard__related ul.allevato li.plant {
    background-image: url(../images/icon-biodiversita-vegetale-clean.svg);
}

.nomargin-p p {
    margin-bottom: 0!important;
}

.cb-footer .cb-footer-small-prints .footer-bottom .copyright p {
    font-size: 0.875rem;
}

.chip-news-custom {
    height: 100% !important;
    padding-top: 12px !important;
    line-height: 20px !important;
}
.chip-news-custom .chip-label {
    height: 100% !important;
}

ul.allevatore, ul.allevato {
    overflow: auto!important;
}
.commoncard__related {
    padding-bottom: 16px;
}

h2.fullimgtexttiles__title * {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    h2.fullimgtexttiles__title * {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
.fullimgtexttiles__excerpt p {
    margin-bottom: 0;
}

.techinfo__link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}