.evals-start-table {
  margin-block: 2rem;
}

.evals-start-table table {
  width: 100%;
  table-layout: fixed;
}

.evals-start-table table > :not(caption) > * > * {
  padding: 1.25rem 1rem;
  vertical-align: top;
  line-height: 1.6;
}

.evals-start-table th:first-child,
.evals-start-table td:first-child {
  width: 35%;
  padding-left: 0;
}

.evals-start-table th:last-child,
.evals-start-table td:last-child {
  padding-right: 0;
}

.evals-start-table td:first-child a {
  font-weight: 600;
  text-underline-offset: 0.2em;
}

@media (max-width: 575px) {
  .evals-start-table table > :not(caption) > * > * {
    padding: 1rem 0.625rem;
  }

  .evals-start-table th:first-child,
  .evals-start-table td:first-child {
    width: 40%;
    padding-left: 0;
  }

  .evals-start-table th:last-child,
  .evals-start-table td:last-child {
    padding-right: 0;
  }
}
