#cookie-banner{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#111;
color:#fff;
padding:18px;
z-index:9999;
font-size:14px;
}

.cookie-inner{
max-width:1100px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:15px;
}

.cookie-buttons button{
border:none;
padding:8px 14px;
border-radius:6px;
cursor:pointer;
}

.cookie-accept{
background:#198754;
color:#fff;
}

.cookie-decline{
background:#555;
color:#fff;
}

.cookie-inner a{
color:#4da3ff;
text-decoration:none;
}