.cookie-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d1d1d1;
	padding: 15px;
	z-index: 1000;
	display: none;
	animation: slideUp 0.5s ease-out;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
