#cconsent-bar { opacity: 0.95; }
#cconsent-bar button { border-radius: 2px; box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%); }

@media (max-width: 800px) { 
    .ccb__wrapper { flex-direction: column; } 
    .ccb__button { display: flex !important; text-align: center; flex-direction: column-reverse; }
    .ccb__edit { margin: 15px; }
}

#cconsent-bar { padding: 80px 20px !important; left: 4% !important; width:92% !important; bottom: 50px !important; }
#cconsent-bar.ccb--hidden { transform: translateY(calc(100% + 50px)) !important; }    
#cconsent-bar, #cconsent-bar button { font-size: 20px !important; line-height: 24px !important; }
.ccb__wrapper { flex-direction: column; }
.consent-give, .cc-text { padding: 20px !important; }
