.withdrawal-history-item { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
.withdrawal-history-item > * { min-width: 0; overflow-wrap: anywhere; }
.withdrawal-history-item .withdrawal-cancel { grid-column: 1 / -1; justify-self: start; min-height: 44px; padding: 10px 16px; border: 1px solid #54c7e4; border-radius: 6px; background: #142a35; color: #fff; font-weight: 700; cursor: pointer; }
.withdrawal-history-item .withdrawal-cancel:disabled { opacity: .5; cursor: wait; }
#withdrawalCancellationStatus { font-size: 14px; line-height: 1.5; color: #c3e9f1; overflow-wrap: anywhere; }
.history-filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; margin: 18px 0 10px; }
.history-filters label { flex: 1 1 150px; min-width: 0; }
.history-filters input { display: block; box-sizing: border-box; width: 100%; min-width: 0; }
.history-filters button { min-height: 44px; }
#playerHistoryQueryStatus { font-size: 13px; line-height: 1.5; }
.status.cancelled { background: #253c3c; color: #b7eee4; }
.status.cancellation_pending, .status.funds_reserving { background: #4b401e; color: #ffe18a; }
#playerHistoryDialog .dialog-body { min-width: 0; }
