.wordpress-gdpr-privacy-settings-popup-container span {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

/* .wordpress-gdpr-popup-agree,
.wordpress-gdpr-popup-decline {
    color: #fff !important;
}

.button.wordpress-gdpr-popup-agree {
    background-color: #00575d !important;
}

.button.wordpress-gdpr-popup-decline {
    background-color: #da3c23 !important;
} */

@media (max-width: 575px) {
    .button.wordpress-gdpr-popup-agree,
    .button.wordpress-gdpr-popup-decline {
        width: 100%;
    }
    
    .button.wordpress-gdpr-popup-decline {
        margin-bottom: 1rem;
    }
}

.wordpress-gdpr-privacy-settings-trigger-container {
    border-radius: 0;
    bottom: 0;
    height: auto;
    line-height: 1em;
    padding: 0.5rem 1rem;
    width: auto;
}

.wordpress-gdpr-privacy-settings-trigger {
    color: #fff !important;
    font-size: 0.85em;
}

input[type="checkbox"].gdpr-service-switch::before,
input[type="checkbox"].gdpr-service-switch::after {
    display: none !important;
}