#cookie-consent-banner {
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
z-index: 9999;
text-align: center;
}
#cookie-consent-banner button {
margin: 0 10px;
padding: 10px 20px;
border: none;
border-radius: 3px;
cursor: pointer;
}