#pzz-share-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.pzz-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.pzz-modal-box {
  position: relative;
  background: #fff;
  width: 420px;
  max-width: 90%;
  margin: 10vh auto;
  padding: 24px;
  border-radius: 8px;
}

.pzz-modal-box h3 {
  margin-top: 0;
}

.pzz-modal-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.pzz-consent {
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
}

.pzz-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

.pzz-consent {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  font-size: 14px;
}

.pzz-consent input {
  margin-top: 4px;
}

.pzz-note {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}

.pzz-modal-box h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.pzz-consent {
  margin: 15px 0;
}

.pzz-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.pzz-consent input[type="checkbox"] {
  margin-top: 3px;
}
