
/* GA4-only Cookie Consent (Accept / Reject) */
.cc-mini {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  max-width: 440px;
  background: #fff;
  color: #111;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 14px 14px 12px;
  font: 14px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.cc-mini p { margin: 0 0 12px 0; }
.cc-mini .cc-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cc-mini .btn {
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.cc-mini .btn.secondary { background: transparent; color: #111; }
.cc-hidden { display:none !important; }
