.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f8f9fa;
	border-top: 1px solid #1653B3;
	padding: 12px 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1050;
	display: none; 
}