#dreamline-consent, #dreamline-privacy-settings {
  font: 14px/1.5 system-ui, sans-serif;
  color: #24213e;
  background: #fff;
  border: 1px solid #bbb4d5;
  border-radius: 12px;
  z-index: 10000;
}
#dreamline-consent {
  position: fixed;
  bottom: calc(50px + env(safe-area-inset-bottom));
  left: 12px;
  right: 12px;
  max-width: 520px;
  margin: auto;
  padding: 16px;
  box-shadow: 0 4px 24px #0004;
}
#dreamline-consent[hidden] { display: none; }
#dreamline-consent p { margin: 0 0 10px; }
#dreamline-consent a { display: block; color: #423274; margin-bottom: 12px; }
#dreamline-consent button {
  font: inherit;
  color: #24213e;
  background: #f0ecfa;
  border: 1px solid #877aab;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 0 6px 4px 0;
  cursor: pointer;
}
#dreamline-privacy-settings {
  position: fixed;
  bottom: calc(6px + env(safe-area-inset-bottom));
  left: 8px;
  padding: 5px 9px;
  cursor: pointer;
}
#dreamline-consent :focus-visible, #dreamline-privacy-settings:focus-visible {
  outline: 3px solid #765bc2;
  outline-offset: 2px;
}
