/* /css/cookie-consent.css - stile base */
#cc-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
  color: #fff;
  padding: 18px;
  display:flex;
  gap:12px;
  align-items:center;
  z-index: 99999;
  font-family: Arial, sans-serif;
  flex-wrap:wrap;
}
#cc-banner p { margin: 0; flex:1; }
.cc-btn { background:#fff; border:0; padding:8px 12px; cursor:pointer; border-radius:6px; }
.cc-btn.ghost { background:transparent; color:#fff; border:1px solid rgba(255,255,255,0.2); }
#cc-modal { position: fixed; inset:0; display:none; align-items:center; justify-content:center; z-index:100000; }
#cc-modal .cc-modal-inner { background:#fff; color:#111; padding:20px; border-radius:8px; max-width:720px; width:95%; box-shadow:0 8px 24px rgba(0,0,0,0.4); }
.cc-category { display:flex; align-items:center; justify-content:space-between; padding:10px 0; border-bottom:1px solid #eee; }
#cc-manage { position: fixed; right: 14px; bottom: 14px; z-index:99998; padding:10px 12px; border-radius:10px; background:#111; color:#fff; cursor:pointer; font-size:13px; border: 1px solid rgba(255,255,255,0.06); }