#wcppg-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 16px;
}

#wcppg-modal {
  width: min(520px, 100%);
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.wcppg-hidden { display: none !important; }

.wcppg-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.wcppg-text { margin: 10px 0 16px; }

.wcppg-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wcppg-label {
  display: block;
  margin: 10px 0;
  font-weight: 600;
}

.wcppg-input {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-weight: 400;
}

.wcppg-required { color: #c00; }

.wcppg-msg {
  margin-top: 10px;
  font-weight: 600;
}
