/* v5 UI touch-ups */
.iq-card.iq-soft{
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.06);
}
.iq-row{ display:flex; flex-direction:column; gap:8px; }
.iq-label{ font-weight:600; font-size: 16px; }
.iq-select{
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.18);
  background: #fff;
  font-size: 16px;
}
.iq-help{
  font-size: 14px;
  opacity: 0.75;
}
