.wa-help-backdrop {
  position: fixed;
  inset: 0;
  z-index: 150;
  border: 0;
  padding: 0;
  background: rgba(12, 8, 28, 0.52);
  cursor: pointer;
}

.wa-help {
  position: fixed;
  z-index: 151;
  top: 50%;
  left: 50%;
  width: min(420px, calc(100vw - 28px));
  padding: 28px 24px 24px;
  border: 0;
  border-radius: 22px;
  color: #1b123d;
  background: #ffffff;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
}

.wa-help[hidden],
.wa-help-backdrop[hidden] {
  display: none;
}

.wa-help__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  color: #1b123d;
  background: rgba(27, 18, 61, 0.08);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.wa-help__kicker {
  margin: 0 0 8px;
  color: #029791;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wa-help__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.wa-help__text {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.45;
}

.wa-help__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 20px;
  padding: 14px 18px;
  border: 0;
  border-radius: 6px;
  color: #111111;
  background: #f49e12;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.wa-help__cta:hover,
.wa-help__cta:focus-visible {
  filter: brightness(1.06);
}

.wa-help__skip {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: #5c5478;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .wa-help,
  .wa-help-backdrop {
    transition: none;
  }
}
