
#cookie-banner{
 position:fixed;
 bottom:0;
 width:100%;
 background:rgba(0,0,0,0.9);
 color:#fff;
 z-index:9999;
 padding:15px;
}

.cookie-box{
 max-width:1200px;
 margin:auto;
 display:flex;
 justify-content:space-between;
 align-items:center;
 gap:20px;
 flex-wrap:wrap;
}

.cookie-actions button{
 background:#00c2ff;
 border:none;
 padding:10px 20px;
 cursor:pointer;
 font-weight:bold;
}
