.webform-oir-generic {
  /* adds blue border to file upload fields on step 7 */
  #ajax-wrapper, [id^="ajax-wrapper--"] {
  border: 2px solid var(--blue);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  }
  
  /* reduce spacing on checkboxes */
  .js-form-type-checkbox label {
    margin-bottom: -1rem !important;
  }
}