.question-draw-stats { margin: 0 0 16px; padding: 20px; }
.question-draw-stats header { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.question-draw-stats h2 { margin: 0; font-size: 16px; }
.question-draw-stats header span, .question-draw-stats p, .question-draw-stats small { color: #657184; font-size: 12px; line-height: 1.6; }
.question-draw-stats p { margin: 8px 0 0; }
.question-draw-numbers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 18px 0 12px; gap: 16px; }
.question-draw-numbers dt { font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.question-draw-numbers dd { margin: 0; font-size: 26px; font-weight: 750; line-height: 1.3; }
.question-draw-numbers small { display: inline-block; margin-left: 8px; font-weight: 400; }
.question-draw-numbers .draw-auto { color: #16714a; }
.question-draw-numbers .draw-manual { color: #355eb0; }
.question-draw-bar { display: flex; overflow: hidden; height: 10px; border-radius: 6px; background: #edf0f5; }
.question-draw-bar .draw-auto { background: #24865b; }
.question-draw-bar .draw-manual { background: #547acc; }
@media (max-width: 700px) {
  .question-draw-stats { padding: 16px; }
  .question-draw-numbers { grid-template-columns: 1fr; gap: 14px; }
}
