
        #cookie-consent.cc-hidden { display: none; }
#cookie-consent {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}
#cookie-consent .cc-box {
  max-width: 980px;
  margin: 0 auto;
  background: #0b0f14;
  color: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
#cookie-consent .cc-text p { margin: 8px 0; line-height: 1.4; }
#cookie-consent .cc-links a { color: #fff; text-decoration: underline; }
#cookie-consent .cc-actions, #cookie-consent .cc-panel-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.cc-btn {
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
}
.cc-primary { background: #f28c28; color: #000; }
.cc-secondary { background: #1f2a35; color: #fff; }
.cc-panel {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.cc-panel.cc-hidden { display: none; }
.cc-toggle { display: flex; gap: 10px; align-items: center; margin: 10px 0; }
