/* 画图题专属样式 */
.question.drawing canvas {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
}

.question.drawing .tools {
  margin-top: 1rem;
  gap: 8px;
}