.ds-marketing-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 920px;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(184, 156, 92, 0.5);
  border-radius: 12px;
  background: rgba(11, 12, 14, 0.97);
  color: #f5f0e6;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  font: 14px/1.45 system-ui, sans-serif;
}

.ds-marketing-consent strong { display: block; margin-bottom: 0.2rem; }
.ds-marketing-consent p { margin: 0; color: rgba(245, 240, 230, 0.76); }
.ds-marketing-consent a { color: #d8bd79; }
.ds-marketing-consent__actions { display: flex; flex: 0 0 auto; gap: 0.55rem; }
.ds-marketing-consent button {
  min-height: 42px;
  padding: 0.62rem 0.85rem;
  border: 1px solid rgba(245, 240, 230, 0.3);
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.ds-marketing-consent button.is-primary { border-color: #d8bd79; background: #d8bd79; color: #111; }
.ds-marketing-consent button:disabled { cursor: wait; opacity: 0.55; }

.ds-marketing-settings {
  position: fixed;
  z-index: 9999;
  left: 1rem;
  bottom: 1rem;
  min-height: 40px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(184, 156, 92, 0.5);
  border-radius: 999px;
  background: rgba(11, 12, 14, 0.94);
  color: #f5f0e6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  font: 600 12px/1 system-ui, sans-serif;
}

.ds-marketing-settings:hover,
.ds-marketing-settings:focus-visible {
  border-color: #d8bd79;
  outline: none;
}

@media (max-width: 640px) {
  .ds-marketing-consent { align-items: stretch; flex-direction: column; }
  .ds-marketing-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
