/* Intro and Submit Markup Sections */
#edit-intromarkup,
#edit-details-intro,
#edit-submit-markup {
  font-size: 18px; 
  margin-bottom: 1.5em;
}

/* Apply same size to ALL child elements (links, bullets, etc.) */
#edit-intromarkup *,
#edit-details-intro *,
#edit-submit-markup * {
  font-size: 18px; 
  line-height: 1.4;
}

/* Element Descriptions */
.webform-element-description,
.webform-element-description a {
  font-size: 12px;
}

/* File Input Styling */
.form-file {
  border: none;
}

/* Radio Buttons Legend */
.webform-type-radios .fieldset-legend {
  font-size: 16px;
  font-weight: normal;
}

/* Form Inputs */
.webform-submission-form select,
.webform-submission-form input,
.webform-submission-form textarea {
  font-size: 16px; 
}