.djm-legal-footer {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px;
  font-size: 13px;
}
.djm-legal-footer a,
.djm-legal-footer button {
  background: none;
  border: 0;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}
.djm-consent-banner,
#djm-consent-banner,
#djm-consent-prefs {
  position: fixed;
  z-index: 999999;
  inset: auto 16px 16px 16px;
}
#djm-consent-prefs {
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
}
.djm-consent-inner,
.djm-consent-pref-card {
  background: #fff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  max-width: 720px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}
.djm-consent-pref-card { width: min(560px, 100%); margin-bottom: 16px; }
.djm-consent-title, .djm-consent-pref-card h2 { font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.djm-consent-body, .djm-consent-links { font-size: 14px; line-height: 1.5; margin: 0 0 12px; }
.djm-consent-links a { margin-right: 12px; }
.djm-consent-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.djm-consent-btn {
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #cbd5e1;
  background: #fff;
}
.djm-consent-accept { background: #0f172a; color: #fff; border-color: #0f172a; }
.djm-consent-pref { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0; font-size: 14px; }
.djm-form-disclosure { font-size: 12px; line-height: 1.45; color: #64748b; margin: 12px 0 0; }
@media (max-width: 640px) {
  .djm-consent-actions { flex-direction: column; }
  .djm-consent-btn { width: 100%; }
}
