.ds-consent-banner {
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  width: min(440px, calc(100vw - 40px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #fff;
  background: #061c3d;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ds-consent-banner p { margin: 0 0 15px; color: #fff; font-size: 15px; line-height: 1.45; }
.ds-consent-banner div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.ds-consent-banner button { min-height: 40px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.56); border-radius: 7px; color: #fff; background: transparent; font: inherit; font-weight: 700; cursor: pointer; }
.ds-consent-banner .ds-consent-accept { border-color: #0b62d6; background: #0b62d6; }
@media (max-width: 560px) {
  .ds-consent-banner { right: 10px; bottom: 10px; width: calc(100vw - 20px); }
  .ds-consent-banner div, .ds-consent-banner button { width: 100%; }
}
