.cookie-banner{

position:fixed;
bottom:20px;
left:20px;
right:20px;
background:#fff;
width: fit-content;
border-radius:10px;
padding:20px;
box-shadow:0 5px 25px rgba(0,0,0,.2);
z-index:99999;

}



.cookie-buttons button{

padding:10px 15px;
margin:5px;
border:0;
cursor:pointer;
border-radius:5px;

}


.accept{

background:#1a73e8;
color:white;

}


.reject{

background:#555;
color:white;

}


.settings{

background:#eee;

}



.cookie-modal{

display:none;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,.5);
align-items:center;
justify-content:center;
z-index:100000;

}



.cookie-box{

background:white;
padding:30px;
border-radius:10px;
width:350px;

}


.cookie-box label{

display:block;
margin:15px 0;

}