@media (max-width: 768px) {
    #CybotCookiebotDialog{
        bottom: 0 !important;
        transform: translate(-50%) !important;
        max-height: 50vh !important;
        top: unset !important;
    }
    #CybotCookiebotDialog *{
        font-size: 12px !important;
    }
    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper{
        /* flex-direction: row !important; */
        gap: 10px !important;
    }
    #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        border-width: 1px !important;
        padding: 5px !important;
    }
    #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper{
        padding: 6px 12px !important;
    }
    #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper{
        height: 28px !important;
        width: 50px !important;
    }
    #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before{
        height: 21px !important;
        width: 21px !important;
    }
    #CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before{
        transform: translateX(20px) !important;
    }
    #CybotCookiebotDialogBodyLevelButtonsSelectPane{
        padding: 0px !important;
    }
}