#pal-popup {
  position: fixed;
  inset: 0;
  width: 100%; height: 100%;
  background: #000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.pal-popup {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 300px;
  text-align: center;
}
.pal-popup input {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}
.pal-popup button {
  background: #0073aa;
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}
#pal-form button {
    padding: 12px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#pal-success {
    text-align: center;
    font-size: 18px;
    padding: 20px 10px;
}
