/* Bank/account identifiers are legal and reconciliation references: never abbreviate them. */
.admin-table-wrap,
.table-wrap {
  overflow-x: auto !important;
}

.admin-table td[data-label*="交易编号"],
.admin-table td[data-label*="银行编号"],
.admin-table td[data-label*="银行账号"],
.admin-table td[data-label*="银行账户"],
.admin-table td[data-label*="订单编号"] {
  min-width: 280px !important;
  max-width: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  user-select: text !important;
}

.admin-table td[data-label*="交易编号"] *,
.admin-table td[data-label*="银行编号"] *,
.admin-table td[data-label*="银行账号"] *,
.admin-table td[data-label*="银行账户"] *,
.admin-table td[data-label*="订单编号"] * {
  max-width: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  user-select: text !important;
}

.detail-list dd,
.admin-detail-list dd,
.admin-table td[data-label="学号 / 账号"] small {
  max-width: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
  word-break: break-all !important;
  user-select: text !important;
}
