.cmplz-cookiebanner .cmplz-documents.cmplz-links {
    display: none !important;
}

button.cmplz-manage-consent.manage-consent-1,
button.cmplz-manage-consent.cmplz-manage-consent,
.cmplz-btn.cmplz-manage-consent {
    position: fixed !important;
    z-index: 999998 !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #4a4a4a !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.18) !important;
    transition: opacity .2s ease, background .2s ease !important;
    cursor: pointer !important;
}

button.cmplz-manage-consent.manage-consent-1::before,
button.cmplz-manage-consent.cmplz-manage-consent::before,
.cmplz-btn.cmplz-manage-consent::before {
    content: "\f564";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome", sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-indent: 0;
    display: block;
}

button.cmplz-manage-consent.manage-consent-1:hover,
button.cmplz-manage-consent.cmplz-manage-consent:hover,
.cmplz-btn.cmplz-manage-consent:hover {
    transform: none !important;
    background: #3f3f3f !important;
}

button.cmplz-manage-consent.manage-consent-1.cookie-hidden,
button.cmplz-manage-consent.cmplz-manage-consent.cookie-hidden,
.cmplz-btn.cmplz-manage-consent.cookie-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}