@charset "ISO-8859-1";

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f1f1f1;
	padding: 10px 20px;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	z-index: 999;
}