#cookie-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	color: #fff;
	padding: 15px;
	z-index: 1000;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

#cookie-notice .cookie-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
}

#cookie-notice .cookie-content p{
	margin-bottom: 0;
}

#cookie-notice a {
	color: #ffd700;
	text-decoration: underline;
}

#cookie-notice button {
	background-color: #ffd700;
	border: none;
	color: #333;
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
}

#cookie-notice button:hover {
	background-color: #ffcc00;
}
