/* Cookiebot injects its own styles at runtime, hence !important */
#CybotCookiebotDialog,
#CybotCookiebotDialog * {
    font-family: inherit !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyCybot {
    display: none !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyImage {
    height: 36px !important;
    max-height: none !important;
    width: auto !important;
    max-width: none !important;
}

#CybotCookiebotDialog {
    border-radius: 8px !important;
}

/* Cookiebot centers the desktop popup (top:50%); anchor it to the bottom instead */
@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog[data-template=popup] {
        top: auto !important;
        bottom: 5vh !important;
        transform: translate(-50%, 0) !important;
    }
}
