#wjpe-popup{
  position:fixed;
  top:50%; left:50%;
  transform:translate(-50%,-50%);
  background:#333; color:#fff;
  width:90%; max-width:320px;
  border-radius:12px;
  padding:18px 16px 22px;
  z-index:999999;
  text-align:center;
  box-shadow:0 14px 36px rgba(0,0,0,.35);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
#wjpe-popup img{ display:block; margin:6px auto 8px; }
#wjpe-popup .wjpe-text{ margin:8px 0 10px; line-height:1.45; }
#wjpe-popup .wjpe-btn{
  display:inline-block;
  padding:10px 18px;
  background:#25D366; color:#000;
  border-radius:8px;
  font-weight:500; /* not bold */
  text-decoration:none;
}
#wjpe-close{
  position:absolute; top:6px; right:10px;
  width:28px; height:28px;
  border:none; border-radius:50%;
  background:transparent; color:#fff; font-size:22px;
  line-height:24px; cursor:pointer;
}
