/*Fix Privacy center buttons*/
@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 {
	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*/