.qpm-eye-btn {
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1em;
  padding: 4px 8px;
  line-height: 1;
  transition: all .15s ease;
}
.qpm-eye-btn:hover {
  border-color: #1e3a5f;
  background: #eff6ff;
  transform: scale(1.1);
}
.qpm-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.qpm-modal-box {
  background: #fff;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.qpm-modal-close {
  position: sticky;
  top: 8px;
  float: right;
  margin: 8px 8px 0 0;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: all .15s ease;
  z-index: 1;
}
.qpm-modal-close:hover {
  background: #e5e7eb;
  color: #111;
}
.qpm-modal-content {
  padding: 20px 24px 24px;
}
.qpm-modal-content .qpm-total {
  margin-top: 0;
}
