.requirements-tool__table-wrap {
  max-height: 32rem;
  overflow: auto;
}

.requirements-tool__table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--bs-tertiary-bg);
}

.requirements-tool__table td:nth-child(2) {
  min-width: 16rem;
  white-space: normal;
}
