#wprmh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

#wprmh-popup-box {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 9999;
  width: 350px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#wprmh-popup-box h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}

#wprmh-popup-box p {
  margin-bottom: 15px;
  color: #666;
}

#wprmh-popup-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

#wprmh-popup-box input:focus {
  outline: none;
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
}

.wprmh-popup-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

#wprmh-popup-box button {
  background-color: #2271b1;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

#wprmh-popup-box button:hover {
  background-color: #135e96;
}

#wprmh-cancel-pincode {
  background-color: #6c757d !important;
}

#wprmh-cancel-pincode:hover {
  background-color: #5a6268 !important;
}

.wprmh-pincode-display {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.wprmh-pincode-display a {
  color: #2271b1;
  text-decoration: none;
  margin-left: 5px;
}

.wprmh-pincode-display a:hover {
  text-decoration: underline;
}
