/* ========================================================================
   Predicted By Check deletion effects table

   Used by:
     docs/data-quality-checks/predicted-by/how-tos/delete-a-check.md

   The first column names what is removed and must never wrap; the Effect
   column takes the rest with a floor so the sentence does not collapse into a
   narrow ribbon on small screens.
   ======================================================================== */

.predicted-by-delete-effects-table table {
  width: 100%;
}

.predicted-by-delete-effects-table table th,
.predicted-by-delete-effects-table table td {
  vertical-align: top;
}

.predicted-by-delete-effects-table table th:nth-child(1),
.predicted-by-delete-effects-table table td:nth-child(1) {
  white-space: nowrap;
  padding-right: 1.5rem;
}

.predicted-by-delete-effects-table table th:nth-child(2),
.predicted-by-delete-effects-table table td:nth-child(2) {
  width: 100%;
  min-width: 28rem;
}
