a.cc-btn.cc-allow {
    color: white;
    background-color: rgb(113, 152, 74);
}
a.cc-btn.cc-allow:hover {
    color: white !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

.cc-banner {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.cc-window {
    height: 13em !important;
    display: grid;
    justify-content: center;
    align-items: center;
}

.cc-compliance {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc-bottom {
    bottom: 0 !important;
}

.cc-floating {
    max-width: 100% !important;
    width: 100% !important;
}

.cc-btn {
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {
    .cc-compliance {
        flex-direction: column-reverse;
    }

    .cc-window {
        height: 21em !important;
    }

    .cc-revoke {
        left: unset !important;
        right: 3em;
    }
}

.cp-link, .cp-link:active,
.cp-link:visited, .cp-link:hover {
    color: rgb(255, 255, 255);
}

.cc-link {
    display: none !important;
}

.cp-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}
