.pr-whatsapp-quality-note {
  color: #51606f;
  font-size: 0.86rem;
  line-height: 1.35;
  margin: 0.35rem 0 0;
}

.shared-sticky-cta__quality-note {
  color: #e8f6ec;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.2rem 0 0;
  text-align: center;
}

.pr-wa-gate[hidden] {
  display: none;
}

.pr-wa-gate {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 10050;
}

.pr-wa-gate__backdrop {
  background: rgba(10, 20, 32, 0.68);
  inset: 0;
  position: absolute;
}

.pr-wa-gate__dialog {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.28);
  color: #17212b;
  max-width: 31rem;
  padding: 1.4rem;
  position: relative;
  width: min(100%, 31rem);
}

.pr-wa-gate__dialog h2 {
  color: #17212b;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0 2.2rem 0.65rem 0;
}

.pr-wa-gate__intro,
.pr-wa-gate__notice,
.pr-wa-gate__message {
  font-size: 0.95rem;
  line-height: 1.45;
}

.pr-wa-gate__intro {
  color: #44515f;
  margin: 0 0 1rem;
}

.pr-wa-gate__field {
  display: grid;
  font-weight: 700;
  gap: 0.4rem;
  margin: 0 0 0.9rem;
}

.pr-wa-gate__field select {
  appearance: none;
  background: #ffffff;
  border: 1px solid #c9d2dc;
  border-radius: 6px;
  color: #17212b;
  font: inherit;
  min-height: 2.8rem;
  padding: 0 0.85rem;
  width: 100%;
}

.pr-wa-gate__check {
  align-items: flex-start;
  color: #253341;
  display: flex;
  font-weight: 700;
  gap: 0.6rem;
  line-height: 1.35;
  margin: 0 0 0.8rem;
}

.pr-wa-gate__check input {
  flex: 0 0 auto;
  margin-top: 0.18rem;
}

.pr-wa-gate__message {
  color: #a03320;
  font-weight: 700;
  min-height: 1.35rem;
  margin: 0.2rem 0 0.85rem;
}

.pr-wa-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pr-wa-gate__primary,
.pr-wa-gate__secondary,
.pr-wa-gate__close {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.pr-wa-gate__primary,
.pr-wa-gate__secondary {
  border-radius: 6px;
  font-weight: 800;
  min-height: 2.65rem;
  padding: 0.75rem 1rem;
}

.pr-wa-gate__primary {
  background: #178a45;
  color: #ffffff;
}

.pr-wa-gate__secondary {
  background: #edf1f5;
  color: #17212b;
}

.pr-wa-gate__close {
  background: transparent;
  color: #51606f;
  font-size: 1.7rem;
  line-height: 1;
  padding: 0.4rem;
  position: absolute;
  right: 0.7rem;
  top: 0.6rem;
}

.pr-wa-gate__notice {
  color: #51606f;
  margin: 0.9rem 0 0;
}

@media (max-width: 520px) {
  .pr-wa-gate {
    align-items: flex-end;
    padding: 0;
  }

  .pr-wa-gate__dialog {
    border-radius: 8px 8px 0 0;
    max-height: calc(100vh - 1rem);
    overflow: auto;
    width: 100%;
  }

  .pr-wa-gate__primary,
  .pr-wa-gate__secondary {
    width: 100%;
  }
}
