.supplier-mgmt-content {
  -webkit-overflow-scrolling: touch;
}

.supplier-mgmt-table-wrap {
  overflow: visible;
  max-height: none;
}

/* Horizontal scroll only — avoid Bootstrap .table-responsive vertical clip */
.supplier-mgmt-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  max-height: none;
}

.supplier-mgmt-table-wrap .table-responsive {
  overflow-x: auto;
  overflow-y: visible;
  max-height: none;
  height: auto;
}

.supplier-mgmt-table.table {
  margin-bottom: 0;
  border-collapse: collapse;
}

.supplier-mgmt-table.table > :not(caption) > * > * {
  vertical-align: top;
  padding: 12px 14px;
  border-bottom: 1px solid var(--rule, #e5e7eb);
}

.supplier-mgmt-table.table thead th {
  font-size: 10px;
  font-weight: 700;
  color: var(--ink-4, #9ca3af);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-family: var(--font-mono, monospace);
  background: #f4f6f9;
  border-color: var(--rule, #e5e7eb);
  border-bottom-width: 1px;
}

.supplier-mgmt-table.table tbody tr:last-child > * {
  border-bottom-width: 0;
}

.supplier-mgmt-table .supplier-mgmt-sr-cell {
  width: 55px;
  min-width: 55px;
  text-align: center;
  color: var(--ink-4, #9ca3af);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
