/*Fix Privacy center buttons*/
.wordpress-gdpr-privacy-settings-popup-services-buttons .btn{   
    letter-spacing: -0.02em !important;
    text-transform: initial !important;
}

@media (max-width: 500px) {
	.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions {
    width: 100%;
    text-align: center;
    float: initial;
}
	
	.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions a {
		max-width: 100%;
	}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-text {
    width: 100%;
    text-align: left;
    float: initial;
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions {
    margin-top: 20px;
}

.wordpress-gdpr-popup-decline,
.wordpress-gdpr-popup-agree,
.wordpress-gdpr-popup-save{
	width: 100%;
	text-align: center;
}
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions-links {
    margin-bottom: 10px;
}
/*END Fix Privacy center buttons*/