body:not(.cc-loaded) .embed-privacy-overlay {
	display: none;
}

#cookies-eu-banner {
	background: #fafafa;
	padding: 20px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin-bottom: 0;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
	text-decoration: none;
	cursor: pointer;
}

.embed-privacy-provider input {
	margin-right: 10px !important;
}

.embed-privacy-container.is-disabled.embed-google-maps-api
	.embed-privacy-inner::before {
	content: "";
	background-image: url("../img/google-maps.svg");
	background-repeat: no-repeat;
	display: block;
	width: 290px;
	height: 80px;
	margin: 20px auto;
}
