.ds-consent-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 99999; background: #0f172a; color: #fff; border-radius: 16px; box-shadow: 0 18px 48px rgba(2, 6, 23, .35); }
.ds-consent-inner { display: flex; justify-content: space-between; gap: 16px; padding: 18px 20px; align-items: center; flex-wrap: wrap; }
.ds-consent-copy { max-width: 760px; line-height: 1.5; }
.ds-consent-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
