/* cookie-consent.css */
#cc-banner.cc-hidden { display:none; }
#cc-banner { position:fixed; left:0; right:0; bottom:0; background:#fff; opacity:0.7; padding:14px; z-index:9999; border-top:1px solid #ddd; font-family:Arial,Helvetica,sans-serif; }
.cc-inner { display:flex; justify-content:space-between; align-items:center; gap:10px; max-width:1200px; margin:0 auto; }
.cc-text p { margin:6px 0; font-size:14px; color:#333; }
.cc-actions button { margin-left:8px; padding:8px 12px; cursor:pointer; }
#cc-modal.cc-hidden { display:none; }
#cc-modal { position:fixed; inset:0; background:rgba(0,0,0,0.45); z-index:10000; display:flex; align-items:center; justify-content:center; }
.cc-modal-inner { background:#fff; padding:18px; width:92%; max-width:640px; border-radius:6px; box-shadow:0 6px 24px rgba(0,0,0,0.2); }
.cc-row { display:flex; justify-content:space-between; align-items:center; margin:10px 0; }
