#pureli-preview-message {
  position: fixed; left: 50%; bottom: 60px; transform: translateX(-50%);
  z-index: 2147483647; width: min(440px, calc(100vw - 32px)); box-sizing: border-box;
  background: #24355e; color: white; padding: 18px 22px; border-radius: 18px;
  box-shadow: 0 12px 40px #24355e33; font: 700 16px/1.5 Nunito, sans-serif;
}
