.cookiebid-banner{position:fixed;left:16px;right:16px;z-index:999999;background:#111;color:#fff;padding:14px;border-radius:12px;display:flex;gap:12px;align-items:center;justify-content:space-between;box-shadow:0 10px 30px rgba(0,0,0,.35);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;}
.cookiebid-bottom{bottom:16px;}
.cookiebid-top{top:16px;}
.cookiebid-title{font-weight:700;margin-bottom:4px;}
.cookiebid-desc{font-size:14px;opacity:.9;max-width:760px;}
.cookiebid-actions{display:flex;gap:8px;flex-wrap:wrap;}
.cookiebid-btn{border:0;padding:10px 12px;border-radius:10px;cursor:pointer;}
.cookiebid-btn.primary{background:#fff;color:#111;font-weight:700;}
.cookiebid-btn.secondary{background:rgba(255,255,255,.12);color:#fff;}
.cookiebid-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:grid;place-items:center;z-index:1000000;}
.cookiebid-modal-card{width:min(560px,calc(100vw - 32px));background:#fff;color:#111;padding:16px;border-radius:14px;}
.cookiebid-modal-title{font-weight:800;margin-bottom:10px;}
.cookiebid-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #eee;align-items:center;}
.cookiebid-row-desc{font-size:12px;opacity:.8;margin-top:4px;}
.cookiebid-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;}
.cookiebid-pill{font-size:12px;background:rgba(0,0,0,.06);padding:2px 8px;border-radius:999px;}
.cookiebid-cat{border-bottom:1px solid #eee;padding:10px 0;}
.cookiebid-cat-head{display:flex;justify-content:space-between;align-items:center;}
.cookiebid-cat-desc{font-size:12px;opacity:.8;margin-top:4px;}
