body {
  background-color: #f8f9fa;
  font-family: "Poppins", Arial, sans-serif;
}

.card {
  border-radius: 12px;
}

#questionList .question {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

#questionList .question h5 {
  margin-bottom: 6px;
}

#videoList .video-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
