#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; }
}
