
#crp-cookie-banner{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:99999;
  padding:16px;
  background:rgba(2,6,23,.78);
  backdrop-filter: blur(8px);
}
.crp-cookie-box{
  max-width:1100px;
  margin:0 auto;
  background:#0f172a;
  color:#e5e7eb;
  border:1px solid rgba(148,163,184,.32);
  border-radius:18px;
  padding:18px;
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}
.crp-cookie-text p{margin:6px 0;color:#cbd5e1;font-size:.95rem}
.crp-cookie-text a{color:#93c5fd;text-decoration:underline}
.crp-cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.crp-cookie-actions button{
  border:none;
  border-radius:999px;
  padding:10px 18px;
  font-weight:800;
  cursor:pointer;
}
#crp-cookie-refuse{background:#334155;color:white}
#crp-cookie-accept{background:linear-gradient(135deg,#22c55e,#16a34a);color:white}
@media(max-width:720px){
  .crp-cookie-box{flex-direction:column;align-items:flex-start}
}
