.cmplz-cookiebanner {
    max-height: calc(100vh - 20px);
    position: fixed;
    height: auto;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    grid-template-rows: minmax(0, 1fr);
    grid-gap: 10px;
    row-gap: 10px;



    background: #FAF4F7 !important;
    border-radius: 20px !important;
    border-width: 0px !important;
    padding: 18px 32px 30px !important;
}

.cmplz-cookiebanner.cmplz-show {
    box-shadow: none !important;
}

.cmplz-cookiebanner {
    min-width: none !important;
}

.cmplz-cookiebanner .cmplz-header,
.cmplz-cookiebanner .cmplz-close {
    display: none !important;
}

.cmplz-cookiebanner {
    min-width: 480px !important;
}

.cmplz-cookiebanner .cmplz-body {
    min-width: none;
    overflow-y: visible !important;
    overflow-x: visible !important;
    max-height: none !important;
}

.cmplz-cookiebanner .cmplz-message {
    word-wrap: break-word;
    font-family: 'Roobert-Regular', Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 120% !important;
    color: var(--black) !important;
    margin-bottom: 5px;
    text-align: center;
    height: fit-content !important;
}

.cmplz-message, .cmplz-categories {
    width: 480px !important;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents {
    display: none !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    display: none !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
.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 {
    position: relative;
    align-items: center !important;
    height: fit-content !important;
    width: 33.3% !important;
    background-color: var(--black) !important;
    border: 0px !important;
    padding: 15px 0 17px !important;
    border-radius: 50px !important;
    margin: 0 !important;
    font-family: 'Roobert-Regular', Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 120% !important;
    color: var(--white) !important;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    cursor: pointer;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
    color: var(--black) !important;
    background-color: var(--white) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    font-family: 'Roobert-Regular', Helvetica, sans-serif !important;
    font-weight: 400 !important;
    grid-column-start: 1; 
    font-size: 15px !important;
    line-height: 120% !important;;
    color: var(--black) !important;
    margin: 0 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
    margin-bottom: 10px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: var(--softPink) !important;
}

.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
    padding-top: 24px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    font-family: 'Roobert-Regular', Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 120% !important;;
    color: var(--black) !important;
    margin: 0 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    padding: 5px 10px 20px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::before {
    background-color: var(--softGrey) !important;
    color: var(--white) !important;
}

.cmplz-cookiebanner .cmplz-message {
    margin: 0px !important;
    height: fit-content !important;
}

.cmplz-cookiebanner .cmplz-body {
    max-height: none !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
    display: none;
}


@media only screen and (max-width: 768px) {
    .cmplz-cookiebanner {
        left: initial;
        right: initial;
        bottom: 0;
        width: calc(100% - ( var(--lateralMargin) * 1 ) ) !important;
        left: 50% !important;
        transform: translate(-50%,0) !important;
        bottom: calc( var(--lateralMargin) / 2 ) !important;
    }



    .cmplz-cookiebanner .cmplz-body {
        display: flex;
        justify-content: center;
        padding: 1px;
        flex-flow: column;
    }

    .cmplz-cookiebanner .cmplz-buttons {
        flex-direction: row !important;
    }

    .cmplz-message, .cmplz-categories {
        width: 100% !important;
    }
}


@media (max-width: 550px) {
    .cmplz-cookiebanner {
        min-width: auto !important;
        padding: 11px 15px 21px !important;
    }

    .cmplz-cookiebanner .cmplz-body {
        min-width: auto !important;
    }

    .cmplz-cookiebanner .cmplz-buttons {
        gap: 5px !important;
    }
}


@media (max-width: 390px) {

    .cmplz-cookiebanner .cmplz-buttons {
        flex-direction: column !important;
        align-items: center;
    }

    .cmplz-message, .cmplz-categories {
        width: 100% !important;
    }

    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
    .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 {
        position: relative;
        align-items: center !important;
        height: fit-content !important;
        width: 33.3% !important;
        background-color: var(--black) !important;
        border: 0px !important;
        padding: 15px 0 17px !important;

        font-size: 18px !important;
        width: 155px !important;
    }
}