/* Deposit records reuse the public member filter, table and pagination rules. */
.deposit-records{padding:0 16px;min-width:0;overflow:hidden}
.deposit-tabs .el-tabs__header{margin:0 0 16px}
.deposit-tabs .el-tabs__item{height:44px;line-height:44px}
.deposit-tabs .el-tabs__content{display:none}
.deposit-filters{padding:0;margin:0 0 12px;background:#fff}
.deposit-filters .filter-grid{padding:0}
.deposit-records .member-filter-form .filter-grid>.deposit-amount-filter{width:576px!important;max-width:100%!important}
.deposit-amount-range{display:flex;align-items:center;gap:8px;min-width:0}
.deposit-amount-range>.el-input{width:0;flex:1 1 0;min-width:0}
.deposit-amount-range>span{flex:none}
.deposit-records .deposit-filters .el-form-item.is-error{padding-bottom:22px}
.deposit-records .deposit-filters .el-form-item__error{line-height:18px;white-space:normal}
.deposit-query-actions{display:flex;flex:none;align-items:center;gap:8px;min-height:34px}
.deposit-list-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-height:34px;margin:0 0 12px}
.deposit-list-actions .toolbar-actions{flex-wrap:nowrap}
.deposit-list-actions .list-tool-button:disabled{color:var(--scene-placeholder,#c0c4cc);cursor:not-allowed}
:is(.deposit-query-actions,.deposit-list-actions)>.el-button{height:34px;line-height:32px;padding:0 16px;margin:0;border-radius:0}
.deposit-records .el-table th.el-table__cell{background:#f6f7fa;padding:14px 0}
.deposit-records .el-table td.el-table__cell{padding:13px 0}
.deposit-table .deposit-summary-row>td.el-table__cell{background:#fafafa}
.deposit-table .deposit-summary-value{color:var(--scene-danger,#f56c6c)!important;font-weight:600}
.deposit-records>.table-pagination{margin:0 -16px}
.deposit-log-dialog{max-width:calc(100vw - 32px);display:flex;flex-direction:column;max-height:84vh;margin-bottom:0}
.deposit-log-dialog .el-dialog__header{padding:18px 22px;border-bottom:1px solid #ebeef5}
.deposit-log-dialog .el-dialog__body{padding:20px 22px;overflow:auto;min-height:0}
.deposit-log-dialog .el-dialog__footer{padding:12px 22px;border-top:1px solid #ebeef5}
.deposit-log-dialog .el-descriptions{margin-bottom:20px}
.deposit-log-dialog .el-descriptions-item__label{background:#fff;width:120px}
.deposit-log-dialog .el-descriptions-item__content{white-space:pre-wrap;overflow-wrap:anywhere}
.deposit-log-dialog .el-descriptions__body .el-descriptions__table{table-layout:fixed}
.deposit-log-dialog .deposit-log-table .cell{text-align:left}
