body > #cconsent-bar {
    font-size: 12px;
}

body > #cconsent-bar .ccb__wrapper {
    background-color: #ffffff;
}

body > #cconsent-bar,
body > #cconsent-bar a,
body > #cconsent-bar a:active,
body > #cconsent-bar a:visited {
    color: #000000;
}

body > #cconsent-bar a:hover {
    text-decoration: none;
}

body > #cconsent-bar .ccb__heading,
body > #cconsent-modal .ccm__heading,
body > #cconsent-bar .ccb__button,
body > #cconsent-modal .ccm__button {
    text-align: center;
}

body > #cconsent-modal .ccm__button > #ccm__footer__consent-modal-submit,
body > #cconsent-modal .ccm__button > .consent-give,
body > #cconsent-bar .ccb__button > .ccb__edit,
body > #cconsent-bar .ccb__button > .consent-deny,
body > #cconsent-bar .ccb__button > .consent-give {
    border: 1px solid transparent;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    width: 100%;
}

body > #cconsent-modal .ccm__button > #ccm__footer__consent-modal-submit:hover,
body > #cconsent-modal .ccm__button > .consent-give:hover,
body > #cconsent-bar .ccb__button > .consent-deny,
body > #cconsent-bar .ccb__button > .consent-give:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

body > #cconsent-bar .ccb__button > .ccb__edit {
    background-color: transparent;
    color: #000000;
}

.cconsent-blocknotice-wrapper,
.cc-blocknotice-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.embed-responsive > .cconsent-blocknotice-wrapper,
.embed-responsive > .cc-blocknotice-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cconsent-blocknotice-wrapper .cconsent-blocknotice,
.cc-blocknotice-wrapper .cc-blocknotice {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
}
