.hqc-game{
  max-width: 700px;
  padding: 18px;
  background: #f7f7f7;
  border-radius: 12px;
}
.hqc-question{
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.hqc-image{
  margin: 10px 0 12px;
  border-radius: 10px;
}
.hqc-answers .hqc-answer{
  display:block;
  width:100%;
  margin: 8px 0;
  padding: 10px 12px;
  cursor:pointer;
}
.hqc-score{
  margin-top: 12px;
  font-weight: 600;
}
