.pp-an-survey {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  max-width: 340px;
  width: calc(100% - 40px);
}
.pp-an-survey-box {
  position: relative;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .18);
  padding: 18px 18px 12px;
  font-family: inherit;
}
.pp-an-survey-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #64748b;
}
.pp-an-survey-q {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 15px;
}
.pp-an-survey-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pp-an-survey-list button {
  width: 100%;
  text-align: left;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.pp-an-survey-list button:hover,
.pp-an-survey-list button:focus-visible {
  background: #eff6ff;
  border-color: #3b82f6;
  outline: none;
}
@media (max-width: 480px) {
  .pp-an-survey { right: 10px; bottom: 10px; }
}
