.questions-level .form-composite>legend {
  display: none;
}
.questions-level .question-body {
  font-weight: bold;
}
.questions-level .form-type-radio {
  display: flex;
}
.questions-level .form-type-radio>input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 371px) {
  .node-question-check-level-form .form-actions input {
    margin-top: 1rem;
  }
}
