.cc-window {
    width: 70%;
    margin: auto;
    bottom: 50px;
    box-shadow: 0 3px 10px #00000029;
}

.cc-window .cc-compliance .cc-deny {
    background: 0 0!important;
    border: 1px solid #cb2f1d!important;
    margin: 0;
    color: #333!important;
    text-shadow: none!important;
    font-size: 15px;
    font-weight: 400;
    width: 91%;
    padding-left: 11px;
    padding-right: 10px;
    white-space: break-spaces;
    display: inline-block;
    margin-bottom: 15px;
}

.cc-window .cc-compliance .cc-allow {
    background: 0 0!important;
    border: 1px solid #6fb142!important;
    margin: 0;
    color: #333!important;
    text-shadow: none!important;
    font-size: 15px;
    font-weight: 400;
    width: 91%;
    padding-left: 11px;
    padding-right: 10px;
    white-space: break-spaces;
    display: inline-block;
}

.dp--cookie-check label {
    overflow: auto;
    white-space: inherit;
}

.cc-window .dp--cookie-check label:first-child {
    padding-left: 5px;
}