#cookie-banner{
  position:fixed; left:16px; right:16px; bottom:16px;
  max-width:980px; margin:0 auto;
  background:rgba(0,0,0,.92);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  padding:14px 14px 12px;
  z-index:99999;
  backdrop-filter: blur(8px);
}
#cookie-banner a{color:inherit; text-decoration:underline}
#cookie-banner .row{display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:space-between}
#cookie-banner .btns{display:flex; gap:8px; flex-wrap:wrap}
#cookie-banner button{
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:8px 10px;
  border-radius:10px;
  cursor:pointer;
}
#cookie-banner button.primary{background:rgba(255,255,255,.18)}
#cookie-banner details{margin-top:10px}
#cookie-banner label{display:flex; gap:10px; align-items:center; margin:6px 0}
#cookie-banner small{opacity:.85}
