.qd-secondary-actions{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:10px;
  font-size:15px;
  flex-wrap:wrap;
}

.qd-report-toggle{
  background:none;
  border:0;
  padding:0;
  font-weight:600;
  color:rgba(17,24,39,.65);
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.qd-report-toggle:hover{ color:rgba(17,24,39,.9); }

.qd-report-panel{
  margin-top:12px;
  width:100%;
}

.qd-report-panel label{
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px 0;
  color:rgba(17,24,39,.6);
}

.qd-report-notes{
  width:100%;
  margin:8px 0;
  padding:8px 10px;
  border:1px solid rgba(17,24,39,.15);
  border-radius:10px;
}

.qd-report-submit{
  padding:10px 14px;
  border-radius:12px;
  border:0;
  font-weight:800;
  cursor:pointer;
}

.qd-report-msg{
  margin-top:8px;
  font-size:14px;
  color:rgba(17,24,39,.7);
}

.qd-report-toggle.qd-reported{
  color: rgba(22, 101, 52, .95);
  font-weight: 800;
}