.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100% !important;
  box-sizing: border-box;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  margin-top: 0.5rem;
    font-size: 1.2rem !important;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    font-weight: bold;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
   margin-top: 0.5rem;
    /* margin-top: 10px; */
    font-weight: bold;
}

.webform-likert-table-wrapper{
    font-size: .9rem;
    margin: 0 !important;
  font-weight: normal;
}

.form-check-label {
    margin-bottom: 0;
    font-size: .9rem;
    display: flex;
  font-weight: normal;
}