.plan-card#pro-notify {
  scroll-margin-top: 24px;
}

.pro-waitlist {
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
}

.waitlist-heading {
  color: #f7f8ff;
  font-weight: 750;
}

.waitlist-intro {
  color: var(--muted);
  line-height: 1.55;
  margin: 6px 0 14px;
  font-size: .94rem;
}

.waitlist-submit {
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  color: white;
  font: inherit;
  white-space: nowrap;
}

.waitlist-submit:focus-visible {
  outline: 3px solid #a5b4fc;
  outline-offset: 3px;
}
