body .cmplz-cookiebanner {
    background-color: #fff;
    border: 1px solid #000;
    padding: 30px 20px;
    box-shadow: none !important;
    border-radius: 0;
}

body .cmplz-soft-cookiewall {
    background-color: rgba(255, 255, 255, .7);
}

body .cmplz-cookiebanner .cmplz-buttons {
    display: flex;

    flex-wrap: wrap;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    letter-spacing: 0;
    border-radius: 0;
    border-width: 1px;
    box-shadow: none;
    font-weight: normal;
    font-size: 14px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
    text-decoration: none;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
    background-color: transparent !important;
    color: #999 !important;
}

@media screen and (max-width: 599.98px) {
    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
        position: absolute;
        top: 0;
        right: 30px;
        text-align: right;
        padding: 0 !important;
        margin-top: 10px !important;
    }
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {

}

@media screen and (max-width: 599.98px) {
    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
        width: 100% !important;
    }
}

@media screen and (max-width: 599.98px) {
    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cc-accept {
        width: 100% !important;
    }
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    width: 48.9%;
    font-size: 12px;
    font-weight: normal;
    border: none;
    background-color: transparent !important;
}

.cmplz-cookiebanner .cmplz-message {
    font-size: 0.8em;
    line-height: 1.2;
    letter-spacing: 0;
}

.cmplz-cookiebanner .cmplz-message a {
    padding: 0;
}


/*documenti*/

body div#cmplz-document {
    max-width: unset;
}

body .cmplz-cookiebanner .cmplz-links.cmplz-documents a {
    color: #666;
}
