#ccm-cookie-banner { position: fixed; bottom: 1rem; left: 1rem; right: 1rem; background:#fff; border:1px solid #ddd; z-index:99999; padding:1rem; border-radius:8px; box-shadow:0 6px 18px rgba(0,0,0,.08); display:flex; align-items:center; justify-content:space-between; }
.ccm-banner-inner { display:flex; gap:1rem; width:100%; align-items:center; justify-content:space-between; }
.ccm-text { max-width:70%; }
.ccm-actions { display:flex; gap:.5rem; }
.ccm-btn { padding:.5rem .9rem; border-radius:6px; border:1px solid #bbb; background:#f7f7f7; cursor:pointer; }
.ccm-btn.ccm-accept { background:#0b7; color:#fff; border-color:#06a; }
.ccm-btn.ccm-reject { background:#fff; color:#333; }
.ccm-modal { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.9); z-index:100000; align-items:center; justify-content:center; }
.ccm-modal-content { margin: 0 auto; margin-top:20px; background:#fff; padding:1.2rem; width:90%; max-width:720px; border-radius:8px; box-shadow:0 10px 30px rgba(0,0,0,.2); }
.ccm-category { margin-bottom:.8rem; }
.ccm-modal-actions { display:flex; gap:.6rem; justify-content:flex-end; margin-top:1rem; }
