/* Minimal shared styles */
.cc-banner{position:fixed;left:0;right:0;bottom:0;background:#111827;color:#e5e7eb;z-index:9999}
.cc-container{max-width:1200px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:12px}
@media(min-width:768px){.cc-container{flex-direction:row;align-items:center;justify-content:space-between}}
.cc-actions{display:flex;gap:8px;flex-wrap:wrap}
.cc-btn{padding:8px 14px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-weight:600}
.cc-accept{background:#10b981;color:#fff}
.cc-reject{background:#ef4444;color:#fff}
.cc-manage{background:transparent;color:#fff;border-color:#6b7280}
.cc-modal{position:fixed;inset:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:10000}
.cc-modal.open{display:flex}
.cc-modal-card{background:#fff;color:#111827;max-width:720px;width:92%;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.cc-modal-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;font-weight:700}
.cc-modal-body{padding:16px 20px}
.cc-modal-footer{padding:16px 20px;border-top:1px solid #e5e7eb;display:flex;gap:8px;justify-content:flex-end}


