.explanation_text a {
  letter-spacing: normal;
  word-break: break-all;
}

.h5p-column-content.h5p-table .h5p-table th {
  width: 50%;
}

.h5p-question-introduction {
  text-align: justify;
}

.questionnaire-form {
  font-size: 20px !important;
}
.questionnaire-form label {
  font-size: 20px !important;
}
.questionnaire-form label,
.questionnaire-form .form-item {
  margin-bottom: 0;
}
.questionnaire-form .form-required:after {
  color: red;
}
.questionnaire-form .radio-group-wrapper {
  margin-bottom: 2rem;
}
.questionnaire-form .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questionnaire-form .fieldgroup {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  padding: 1rem;
}
.questionnaire-form .fieldgroup:nth-child(odd) {
  background-color: #efefef;
}
.questionnaire-form .fieldgroup legend {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: normal;
  text-align: left;
}
.questionnaire-form .fieldgroup .fieldset-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
.questionnaire-form .fieldgroup .js-form-type-radio {
  margin-bottom: 0 !important;
}
.questionnaire-form .fieldgroup .js-form-type-radio .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.questionnaire-form .fieldgroup input.form-radio {
  width: 18px;
  height: 18px;
}
.questionnaire-form .radio-markup-wrapper {
  margin: 0 0 1rem auto;
  max-width: 295px;
}
.questionnaire-form .radio-markup-wrapper .markup-title {
  text-align: center;
  font-weight: bold;
}
.questionnaire-form .radio-markup-wrapper .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.questionnaire-form .js-form-type-textarea label {
  margin-bottom: 0.5rem;
}
.questionnaire-form .cancel-button {
  background-color: #efefef;
  border-color: #e3e3e3;
}

.h5p-question-plus-one {
  display: none;
}