.rqhe-denied{
  padding:12px;
  border:1px solid #eee;
  border-radius:12px;
  background:#fff;
}

.rqhe-wrap{
  border:1px solid #e6ebf2;
  border-radius:14px;
  padding:14px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.rqhe-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.rqhe-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.rqhe-btn{
  border-radius:10px;
  padding:10px 12px;
  font-weight:800;
  cursor:pointer;
  border:1px solid transparent;
}

.rqhe-btn-primary{
  background:#1E63FF;
  color:#fff;
}

.rqhe-status{
  font-weight:800;
  font-size:13px;
  opacity:.9;
}

.rqhe-status.is-ok{ color:#1F9D5A; }
.rqhe-status.is-err{ color:#b00020; }

.rqhe-editor{
  border:1px solid #e6ebf2;
  border-radius:12px;
  padding:10px;
}

.rqhe-tip{
  margin-top:10px;
  color:#5B6675;
  font-size:13px;
}