/* Hide "Add/Remove section" helper text */
#edit-processed-text .text-muted.small {
  display: none !important;
}

/* Add padding above "Add next box" button */
.webform-multiple-add {
  padding-top: 1rem !important;
}

/* Hide the number counter next to "Add next box" button */
.form-item-data-entry-add-more-items {
  display: none !important;
}

/* Add divider between box Drone Details fieldsets */
#drone_details_table tbody tr + tr td {
  border-top: 2px solid #8B0015 !important;
  padding-top: 1rem !important;
}

/* Add divider between Pilot Details fieldsets */
#pilot_details_table tbody tr + tr td {
  border-top: 2px solid #8B0015 !important;
  padding-top: 1rem !important;
}

/* Hide the Remove button on the first row only */
[data-drupal-selector="edit-data-entry-items-0-operations-remove"] + button {
  display: none !important;
}