.webform-submission-form label {
  font-weight: bold;
}

.webform-submission-form fieldset legend span.fieldset-legend {
  font-weight: 700 !important;
}

.webform-submission-form fieldset {
  margin-bottom: 20px; /* ajustable selon l’espacement souhaité */
  padding: 10px 0;     /* léger padding vertical à l’intérieur */
  border: none;        /* optionnel : supprime la bordure par défaut si tu veux */
}

.webform-submission-form fieldset legend span.fieldset-legend {
  border-bottom: 2px solid #009EB7;
  padding-bottom: 4px;
}