.ppl-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ppl-popup.active {
  display: flex;
}

.ppl-popup-inner {
  background: #fff;
  padding: 0px;
  max-width: 30%;
  width: 90%;
  position: relative;
  border-radius: 8px;
}

.ppl-content img {
  margin: 0px;
}

.ppl-close {
  position: absolute;
  top: -20px;
  right: -20px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
  padding: 0;
  color: white;
  font-weight: 600;
}
