.sqp-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.sqp-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.sqp-popup-content {
  position: relative;
  max-width: 700px;
  margin: 5% auto;
  background: #fdfaf3;
  padding: 25px;
  border-radius: 12px;
  max-height: 90vh;
  overflow-y: auto;
}

.sqp-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
}

.sqp-open-popup {
  background: #c19a6b;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
