#cookieConsent{
position:fixed;
bottom:30px;
left:30px;
width:360px;
background:#ffffff;
padding:20px;
border-radius:8px;
box-shadow:0 8px 25px rgba(0,0,0,0.15);
display:none;
z-index:99999;
font-family:Arial,sans-serif;
}

#cookieConsent h2{
margin-top:0;
font-size:18px;
}

#cookieConsent p{
font-size:14px;
color:#555;
}

.cm-buttons{
display:flex;
gap:10px;
margin-top:15px;
}

.cm-buttons button{
padding:8px 14px;
border:none;
border-radius:4px;
cursor:pointer;
font-size:13px;
}

#cmAccept{
background:#2b7cff;
color:white;
}

#cmReject{
background:#e5e5e5;
}

#cmCustomize{
background:#f2f2f2;
}