.admin-global-responsive-table {
  display: block !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}
.admin-global-responsive-table > .admin-table-head,
.admin-global-responsive-table > .admin-table-row {
  align-items: center !important;
  column-gap: 12px !important;
  display: grid !important;
  width: 100% !important;
}
.admin-global-serial {
  align-items: center;
  display: flex;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  justify-content: center;
  padding-inline: 2px !important;
  text-align: center;
}
.admin-global-actions {
  align-items: center !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 8px !important;
  white-space: nowrap;
}
.admin-global-actions .admin-icon-action-only {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 38px !important;
  height: 38px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-width: 38px !important;
  padding: 0 !important;
  width: 38px !important;
}
.admin-global-actions .admin-icon-action-only svg { margin: 0 !important; }
