.cc-compliance {
    align-items: stretch !important;
}

.cc-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
}


.cc-window.cc-floating {
    max-width: 34em !important;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 830px) {
    .cc-window.cc-floating {
        max-width: none !important;
    }
}

/*@media screen and (orientation: portrait), screen and (max-width: 2000px) {*/
/*    .cc-window.cc-floating {*/
/*        max-width: 34em;*/
/*    }*/
/*}*/