.word-order-quiz-item {
  margin: 20px 0;
}

.word-order-quiz-item .word-bank, 
.word-order-quiz-item .answer-zone {
  border: 1px dashed #ccc;
  min-height: 40px;
  padding: 8px;
  margin: 8px 0;
}

.word-order-quiz-item .word {
  display: inline-block;
  background: #f0f0f0;
  margin: 4px;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: grab;
  transition: all 0.2s;
}

.word-order-quiz-item .word:hover {
  background: #d0eaff;
}

.word-order-quiz-item .answer-zone .word {
  background: #eaf7ff;
}

.answer-zone .word.drop-target {
  border-left: 3px solid blue;
}

.word-order-final-score {
  font-size: 16px;
  background: #eef9ee;
  border: 1px solid #bcd;
  padding: 15px;
  margin-top: 20px;
  border-radius: 6px;
}
