/* Payment cards must not inherit the desktop table's percentage column widths.
   Match the shared table-card breakpoint; desktop table proportions stay intact. */
@media screen and (max-width: 900px) {
  body #tv-app > .app-shell[data-design-version="workspace-catalog-v1"]
  .workspace .tv-receipt-register-table.table-card > .data-table tbody td {
    width: 100% !important;
  }
}
