/* QC scoring form adapts to the selected work type. */
#drawer-overlay .qc-form .score-grid[data-qc-count="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

#drawer-overlay .qc-form .qc-criteria-hint {
  margin: -3px 0 0 !important;
  color: #717970 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

@media (max-width: 700px) {
  #drawer-overlay .qc-form .score-grid[data-qc-count="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
