.gdpr-banner {
    /* Banner is displayed at the bottom */
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;

    /* Center the content */
    align-items: center;
    display: flex;
	flex-direction: column;
    justify-content: center;
	
	color: #fff;
    background-color: #092642;
	z-index: 900;
	max-width: 100%!important;
	padding: 1rem;
}

.gdpr-banner-text {
	font-size: 0.9rem;
}

.gdpr-banner-text h2 {
	color: white;
	margin: 0;
}

.gdpr-banner-text a {
	color: white!important;
}

.gdpr-banner-actions {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.gdpr-banner {
		flex-direction: row;
	}
	
	.gdpr-banner-text {
		margin-right: 1rem;
	}
	
	.gdpr-banner-actions, .gdpr-banner-text {
		flex: 1;
		margin-top: 0;
	}
}

@media (min-width: 1280px) {
	.gdpr-banner-actions, .gdpr-banner-text {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.gdpr-banner-actions-buttons {
	flex: 1;
	
}

.gdpr-banner-actions-buttons button {
	color: white;
}

.gdpr-banner-actions-buttons button.unfocused {
	background-color: #00709573;
}

.gdpr-banner-actions-options {
	flex: 1;
	margin-top: 0.5rem;
}

.gdpr-banner-actions-options label {
	color: white;
}