/* این فایل را در دایرکتوری css/ قرار دهید */
.spectator-answers {
  background: #2c3e50;
  border-radius: 12px;
  padding: 25px;
  margin-top: 25px;
  max-height: 400px;
  overflow-y: auto;
}

.spectator-answer {
  padding: 15px;
  border-bottom: 1px solid #343a40;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spectator-answer:last-child {
  border-bottom: none;
}

.spectator-answer strong {
  color: #4ecdc4;
}