
.consent-popup
{
	display:			flex;
	flex-flow:			row wrap;
	align-items:		center;
	gap:				10px;
	justify-content:	center;
	position:			fixed;
	bottom:				0;
	left:				0;
	right:				0;
	padding:			20px;
	font-size:			16px;
	text-align:			center;
	color:				#fff;
	background-color:	#333e;
	backdrop-filter:	blur(3px);
	z-index:			1000;
	box-sizing:			border-box;
	box-shadow:			0 0 3px 1px black;
}

.consent-popup > .consent-controls
{
	display:			flex;
}

.consent-popup > .consent-controls a
{
	margin:				0 10px;
}