#cconsent-bar .ccb__right .ccb__button .ccb__edit{
    text-decoration: none;
    color: #073B6FFF;
    border: 1px solid #073B6FFF;
    padding: 10px 10px;
}

#cconsent-bar .ccb__right .ccb__button button.consent-decline{
    text-decoration: none;
    color: #073B6FFF;
    border: 1px solid #073B6FFF;
    background: none;
    padding: 10px 10px;
}

#cconsent-bar  .ccb__right .ccb__button button.consent-give {
    text-decoration: none;
    color: #fff;
    border: 1px solid #073B6FFF;
    background-color: #073B6FFF;
    padding: 10px 10px;
}

body #cconsent-modal .ccm__content .ccm__footer button{
       color: #fff;
       border: 1px solid #073B6FFF;
       background-color: #073B6FFF;
       height: 100%;
       min-height: 80px;
   }

#cconsent-modal .ccm__content .ccm__footer .consent-give{
    height: 100%;
    width: auto;
    color: #fff;
    background-color: #073B6FFF;
}


#cconsent-bar .ccb__right .ccb__button .ccb__edit {
    text-decoration: none;
    color: #073b6f;
    border: 1px solid #073b6f;
    padding: 10px 10px;
}

#cconsent-bar .ccb__right .ccb__button button.consent-decline {
    text-decoration: none;
    color: #073b6f;
    border: 1px solid #073b6f;
    background: none;
    padding: 10px 10px;
}

#cconsent-bar .ccb__right .ccb__button button.consent-give {
    text-decoration: none;
    color: #fff;
    border: 1px solid #073b6f;
    background-color: #073b6f;
    padding: 10px 10px;
}

body #cconsent-modal .ccm__content .ccm__footer button {
    color: #fff;
    border: 1px solid #073b6f;
    background-color: #073b6f;
    height: 100%;
    min-height: 80px;
}

#cconsent-modal .ccm__content .ccm__footer .consent-give {
    height: 100%;
    width: auto;
    color: #fff;
    background-color: #073b6f;
}
