.nf-consent-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
  background: #1a1a1a;
  color: #fff;
  font: 14px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
}
.nf-consent-actions { display: flex; gap: 8px; }
.nf-consent-btn {
  padding: 8px 18px;
  border: 0;
  border-radius: 4px;
  font: inherit;
  cursor: pointer;
}
.nf-consent-accept { background: #fff; color: #1a1a1a; font-weight: 600; }
.nf-consent-decline { background: transparent; color: #fff; border: 1px solid #666; }
.nf-consent-text a { color: #fff; text-decoration: underline; }
