#cookie-consent-banner{
position:fixed;
bottom:0;
left:0;
right:0;
background:#222;
color:#fff;
padding:15px;
display:flex;
gap:10px;
justify-content:center;
align-items:center;
z-index:9999;
}

#cookie-consent-banner button{
padding:6px 12px;
border:none;
cursor:pointer;
}

#cookie-consent-accept{
background:#4CAF50;
color:#fff;
}

#cookie-consent-close{
background:#777;
color:#fff;
}