/* Order bump and bundle admin modals */

#productOffersModal .modal-card,
#productBundleModal .modal-card,
#productBundleItemsModal .modal-card {
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

#productOffersModal .modal-body,
#productBundleModal .modal-body,
#productBundleItemsModal .modal-body {
  min-height: 0;
  overflow: auto;
}

.bundle-items-cell .lv-inline-cell-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
