/* First-Party Tracking – Consent-Banner */
.dmdma-trk-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  background: #0f172a;
  color: #f8fafc;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.28);
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.dmdma-trk-banner-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: flex-end;
}

.dmdma-trk-banner-text {
  flex: 1 1 280px;
  margin: 0;
}

.dmdma-trk-banner-text a {
  color: #93c5fd;
  text-decoration: underline;
}

.dmdma-trk-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dmdma-trk-btn {
  appearance: none;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.dmdma-trk-btn-accept {
  background: #2563eb;
  color: #fff;
}

.dmdma-trk-btn-accept:hover {
  background: #1d4ed8;
}

.dmdma-trk-btn-reject {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid #64748b;
}

.dmdma-trk-btn-reject:hover {
  border-color: #cbd5e1;
}

.dmdma-trk-banner[hidden] {
  display: none !important;
}
