.wordpress-gdpr-privacy-settings-popup {
    text-align: left;
}
.wordpress-gdpr-privacy-settings-popup-logo img {
  width: 100%;
}
.wordpress-gdpr-privacy-settings-trigger-container {
	height: 40px;
    width: 40px;
  	line-height: 40px;
}
.wordpress-gdpr-popup-bottom {
	left: 0;
}
.wordpress-gdpr-popup-container {
    position: static;
	display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 1170px;
 	margin: auto;
	padding: 0 20px;
	background: transparent !important;
}
.wordpress-gdpr-popup-actions {
  	flex-grow: 1;
  	margin: 20px;
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  	justify-content: center;
}

.wordpress-gdpr-popup-actions a {
	white-space: nowrap;
  	margin: 5px;
  	font-weight: 400;
}

@media screen and (max-width: 1365px) {
    .wordpress-gdpr-privacy-settings-trigger-container {
        bottom: 55px;
    }
}