/* Step 4 Report Enhancements */
#step-content-4 {
  font-family: 'Nunito Sans', sans-serif;
}

#step-content-4 .card {
  font-family: 'Nunito Sans', sans-serif;
}

#step-content-4 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#step-content-4 ul > li {
  margin-bottom: 12px;
}

#step-content-4 ul > li > div {
  font-weight: 400;
  margin-bottom: 4px;
}

#step-content-4 ul > li ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 12px;
}

#step-content-4 ul > li ul li {
  margin-bottom: 4px;
  font-weight: normal;
}

#step-content-4 button.delete-answer-btn {
  margin-top: 6px;
  padding: 4px 8px;
  font-size: 0.9rem;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#step-content-4 button.delete-answer-btn:hover {
  background: #e53935;
}
