.payout-order-table table {
  min-width: 1420px;
}

.payout-order-table th:nth-child(1),
.payout-order-table td:nth-child(1) {
  max-width: 300px !important;
  min-width: 300px !important;
  width: 300px !important;
}

.payout-order-table th:nth-child(2),
.payout-order-table td:nth-child(2) {
  max-width: 60px !important;
  min-width: 60px !important;
  width: 60px !important;
}
.payout-order-table th:nth-child(3) { min-width: 150px; }
.payout-order-table th:nth-child(4) { min-width: 190px; }
.payout-order-table th:nth-child(5) { min-width: 125px; }
.payout-order-table th:nth-child(6) { min-width: 190px; }
.payout-order-table th:nth-child(7) { min-width: 150px; }
.payout-order-table th:nth-child(8) { min-width: 235px; }
.payout-order-table th:nth-child(9) { min-width: 220px; }

.payout-cell-pair,
.payout-status-stack {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.35;
}

.payout-cell-pair b {
  color: #1c2738;
  font-size: 13px;
}

.payout-cell-pair small {
  color: #8190a8;
  font-size: 12px;
}

.payout-cell-pair.payout-amount b {
  color: #1268e8;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

.payout-cell-pair.payout-amount small {
  font-weight: 800;
  letter-spacing: .08em;
}

.payout-account-number {
  color: #334155 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px !important;
  letter-spacing: .02em;
}

.payout-time b,
.payout-time small {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.oc-payout-status {
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
  white-space: nowrap;
}

.oc-payout-status.processing {
  background: #eaf2ff;
  border-color: #bed5ff;
  color: #1768d4;
}

.oc-payout-status.succeeded {
  background: #e7f8ef;
  border-color: #b8e8ce;
  color: #16824d;
}

.oc-payout-status.rejected {
  background: #fff0f0;
  border-color: #ffc9c9;
  color: #d83d48;
}

.payout-status-stack > small {
  color: #b66a0b;
  font-size: 12px;
  font-weight: 800;
}

.order-action.review {
  background: #fff8e7;
  border-color: #f2d29a;
  color: #9a5a04;
}
