.pkpm-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.pkpm-overlay.pkpm-show{ display: flex; }

.pkpm-modal{
  position: relative;
  max-width: min(90vw, 720px);
  max-height: 90vh;
  overflow: auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  padding: 12px;
}

.pkpm-close{
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.pkpm-content{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
