/* Question-style text (inside <p><strong>) */
.fieldset-wrapper .field-prefix .description p strong {
  font-size: 10pt;
  font-weight: bold;
  display: block;
  margin-bottom: -1.1rem; 
}

/* Explanatory text (direct <strong> in description) */
.fieldset-wrapper .field-prefix .description > strong {
  font-size: 10pt;
  font-weight: bold;
}
