.dice-marketing-notice {
  display: grid;
  grid-column: 1 / -1;
  gap: 8px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid #555;
  color: inherit;
  background: transparent;
  text-transform: none;
  letter-spacing: 0;
}
.dice-marketing-notice legend { padding: 0 8px 0 0; font-size: 16px; font-weight: 700; }
.dice-marketing-notice p { margin: 0; max-width: none; font-size: 14px; line-height: 1.5; color: inherit; }
.dice-marketing-notice label {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.dice-marketing-notice input[type="checkbox"] {
  appearance: auto !important;
  position: static !important;
  opacity: 1 !important;
  flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: #ffcc00;
}
.dice-marketing-notice input:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.dice-marketing-notice span { min-width: 0; overflow-wrap: anywhere; }
.dice-marketing-notice a { color: inherit; text-decoration: underline; }
.dice-marketing-unsubscribe { max-width: 640px; margin: 40px auto; padding: 24px; }
.dice-marketing-unsubscribe h1 { font-size: 28px; }
.dice-marketing-unsubscribe p { font-size: 16px; line-height: 1.5; margin-bottom: 24px; }

.dice-marketing-notice--compact{border:0;padding:0;margin:12px 0;gap:8px}
.dice-marketing-notice--compact legend{font-family:var(--dice-font-body,Arial,sans-serif);font-size:14px;font-weight:400;line-height:1.5;padding:0;margin:0 0 8px;text-transform:none;letter-spacing:0}
.dice-marketing-notice--compact .dice-marketing-notice__choices{display:flex;flex-wrap:wrap;gap:8px 22px}
.dice-marketing-notice--compact .dice-marketing-notice__choices label{font-family:var(--dice-font-body,Arial,sans-serif);font-weight:400;text-transform:none;gap:8px}
.dice-marketing-notice--compact .dice-marketing-notice__help{font-size:12px;color:#62645f}
