#gdpr-cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #177c19;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	display: none;
	text-align: center;
	color: white;
}

#gdpr-cookie-banner p {
	margin: 0;
	margin-bottom: 10px; /* Add margin to separate the message from buttons */
}

#gdpr-cookie-banner button {
	margin: 0 5px; /* Add margin to separate the buttons */
	cursor: pointer;
}

#gdpr-cookie-banner button#gdpr-accept {
	background-color: #6cb9ff;
	color: #fff;
	border: none;
	padding: 8px 16px;
}

#gdpr-cookie-banner button.reject {
	background-color: #6cb9ff;
	color: #fff;
	border: none;
	padding: 8px 16px;
}

.cookie-link {
	cursor: pointer;
}
