#CybotCookiebotDialogBodyContentTitle {
    font-weight: 700 !important
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    font-weight: 600 !important;
    width: auto !important;
    height: auto !important;
    min-width: 163px !important;
    min-height: 22px !important
}

#cookiebot {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0 5px 0 0;
    padding: 10px;
    background-color: #88b7c6;
    z-index: 9999;
    font-size: 12px
}

    #cookiebot a {
        color: #fff;
        text-decoration: none;
        margin-right: 14px;
        position: relative;
    }

        #cookiebot a:last-child {
            margin-right: 0;
        }

        #cookiebot a:after {
            content: "|";
            display: block;
            position: absolute;
            right: -10px;
            top: 0;
        }

        #cookiebot a:last-child:after {
            display: none;
        }

input[type=checkbox].CybotCookiebotDialogBodyLevelButton {
    -webkit-appearance: none;
}

    input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked + label {
        background-image: url("98846e03bbc9fdfca0ce9fe139a3889736ae835e.png") !important;
    }

        input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked + label:after {
            content: '\2714';
            font-size: 0.875rem;
            position: absolute;
            top: 0;
            left: 2px;
            color: #fff;
            line-height: 1;
        }

    input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled + label:after {
        color: gray;
    }

#CybotCookiebotDialogBody {
    max-width: none !important;
}

#CybotCookiebotDialogBodyLevelWrapper {
    max-width: 640px !important;
}

#CybotCookiebotDialogDetailBody {
    margin-left: 78px !important;
}

@media (max-width: 551px) {
    #CybotCookiebotDialogDetailBody {
        margin-left: 8px !important;
    }
}
