/* v63: Curse must fit the available admin width without a bottom horizontal scrollbar. */
.table-wrap:has([data-edit-trip]) {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

.table-wrap:has([data-edit-trip]) > table,
.table-wrap:has([data-edit-trip]) table.table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed !important;
}

.table-wrap:has([data-edit-trip]) th,
.table-wrap:has([data-edit-trip]) td {
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.table-wrap:has([data-edit-trip]) .table-main-cell,
.table-wrap:has([data-edit-trip]) .trip-wait-stack,
.table-wrap:has([data-edit-trip]) .slc-trip-wait-stack {
  min-width: 0 !important;
  max-width: 100% !important;
}
