/**
    Plugins CSS override
**/

.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    border-top: 10px solid #0089af;
}
div.wpgdprc .wpgdprc-consent-modal__navigation .wpgdprc-button {
    border-radius: 4px;
    border: 1px solid #f2f3f3;
}
div.wpgdprc .wpgdprc-consent-modal__navigation .wpgdprc-button.wpgdprc-button--active {
    background: #f2f2f3;
}
div.wpgdprc .wpgdprc-button--secondary,
div.wpgdprc .wpgdprc-button--secondary:hover,
div.wpgdprc .wpgdprc-button--secondary:focus {
    border-radius: 4px;
}
.wpgdprc footer.wpgdprc-consent-modal__footer {
    background-image: unset !important;
    background-color: #f2f2f3 !important;
}

@media only screen and (min-width: 768px) {
    .wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
        border-right: 1px solid #d9dadb;
    }
    .wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer {
        border-top: 1px solid #d9dadb;

    }
}