.options button.correct {
  border-color: #2ecc71;
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.18);
}

.options button.incorrect {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.18);
}

.options button:disabled {
  opacity: 0.9;
  cursor: default;
  transform: none; /* если у тебя есть hover-transform */
}

.quiz-result {
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}