.PS_question_control button {
  width: 150px;
}

#questionSection .fruit_boy1 {
  z-index: 9;
  position: absolute;
  top: 15.625vw;
  right: 30px;
  width: 178px;
}
#questionSection .fruit_boy2 {
  z-index: 9;
  position: absolute;
  top: 41.6666666667vw;
  left: 30px;
  width: 178px;
}

.qa-content {
  max-width: 800px;
  margin: auto;
}

.qa-card .card {
  border: #7e4985 1px solid;
}

.qa-card .card:hover {
  background-color: #7e4985; /* Bootstrap primary blue */
  color: #ffffff; /* White text */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.qa-card .card .card-body h5 {
  color: #7e4985;
}

.qa-card .card:hover .card-body h5,
.qa-card .card:hover .card-body p {
  color: #ffffff; /* Ensure text stays white on hover */
}

/* Ensure problem 1 retains its original style even on hover */
.qa-card[data-category=sales] .card.border-primary .card-body {
  background-color: #7e4985;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  #questionSection .fruit_boy1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
  }
  #questionSection .fruit_boy2 {
    position: absolute;
    top: 2%;
    left: -10%;
    width: 22%;
  }
}

/*# sourceMappingURL=style-question.css.map */
