.wordpress-gdpr-popup-actions {
    margin-top: 0px;
}

.wordpress-gdpr-popup-text p{
    padding: 0px;
}

.wordpress-gdpr-popup-agree, .wordpress-gdpr-popup-decline {
    margin-bottom: 10px;
    padding: 3px 8px!important;
    font-size: 10px;
}

.wordpress-gdpr-popup-text {
    padding: 10px;
    text-align: center;
}

.wordpress-gdpr-popup-container {
    padding: 3px;
    text-align: center;
}

#wordpress-gdpr-popup-close {
    background-color: transparent !important;
    display: none;
}

.wordpress-gdpr-popup-agree, .wordpress-gdpr-popup-decline {
    border-radius: 3px;
}

.wordpress-gdpr-popup-privacy-settings-text {
    font-size: 10px;
    text-transform: uppercase;
}

.wordpress-gdpr-popup-actions-links a {
    width: 50px;
}
.wordpress-gdpr-popup-actions-links {
    vertical-align: middle;
}

@media (min-width:401px){

    .wordpress-gdpr-popup-text, .wordpress-gdpr-popup-actions, .wordpress-gdpr-popup-actions-buttons, .wordpress-gdpr-popup-actions-links {
        display:inline-block;
    }
    
}

@media (max-width: 400px) {
    
    .wordpress-gdpr-privacy-settings-popup-services-buttons {
       text-align:center;
    }
    
    .wordpress-gdpr-popup-actions-buttons, .wordpress-gdpr-popup-actions-links {
        text-align: center;
    }
    
    .wordpress-gdpr-privacy-settings-popup-services-decline-all, .wordpress-gdpr-privacy-settings-popup-services-accept-all {
        float:none;
        margin-bottom: 10px !important;
    }
    
}