#r69-contact-preview-form input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 50 !important;
  margin-right: 10px !important;
}

#r69-contact-preview-form a[href*="datenschutz"],
#r69-contact-preview-form [data-r69-privacy-open] {
  display: inline-flex !important;
  width: auto !important;
  max-width: fit-content !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  font-size: 0.86rem !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.r69-privacy-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(8px);
}

.r69-privacy-overlay.is-open {
  display: flex;
}

.r69-privacy-modal {
  width: min(980px, 96vw);
  height: min(820px, 88vh);
  border-radius: 22px;
  overflow: hidden;
  background: #121212;
  border: 1px solid rgba(255,210,80,.3);
  box-shadow: 0 24px 80px rgba(0,0,0,.65);
  display: flex;
  flex-direction: column;
}

.r69-privacy-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(90deg, rgba(255,205,70,.18), rgba(0,0,0,.18));
}

.r69-privacy-close {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 800;
}

.r69-privacy-frame {
  width: 100%;
  flex: 1;
  border: 0;
  background: #fff;
}

body.r69-privacy-lock {
  overflow: hidden;
}
