.privconsent-box {
	position:fixed;
	left:0;
	right:0;
	
	z-index:10001;
	
	display:flex !important;
	align-items: center;
	
	background-color:rgba(0, 0, 0, 0.8);
	color:#fff;
	font-family:Arial;
	font-size:16px;
	padding:10px;
}

.privconsent-mode-1 {
	top:0;
}

.privconsent-mode-2 {
	bottom:0;
}

.privconsent-info {
	flex-grow:1;
	min-width:0;
	padding:10px;
	line-height:1.3em;
	text-align:center;
}

.privconsent-button {
	display: block;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 5px;
	cursor:pointer;
	margin-left: 10px;
}

.privconsent-button:hover  {
	background-color:#eee;
}

.privconsent-link {
	color: inherit;
	text-decoration: underline;
}

.privconsent-link:hover {
	color: #ccc;
}

@media(max-width: 800px) {
	.privconsent-box {
		display: block !important;
	}

	.privconsent-box > div, .privconsent-box > button {
		text-align: center;
		margin: 15px auto;
		max-width:100%;
		width: 400px;
	}
}

div[data-placeholder-cookies] {
	border: 1px solid currentColor;
	padding: 10px;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}