.account-adjustment-review{min-width:0;width:100%;padding:16px;background:#fff;box-sizing:border-box}
.account-adjustment-review>.el-alert{margin-bottom:16px}
.adjustment-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px 16px;align-items:start}
.adjustment-filter .el-form-item{margin:0;min-width:0}
.adjustment-filter .el-form-item__content{min-width:0}
.adjustment-filter :is(.el-select,.el-date-editor){width:100%;min-width:0;box-sizing:border-box}
.adjustment-filter :is(.el-input__inner,.el-range-editor){height:34px;line-height:34px}
.adjustment-filter :is(.el-form-item__label,.el-form-item__content,.el-input__icon){line-height:34px}
.adjustment-date{grid-column:span 2}
.adjustment-filter .el-range-editor .el-range-input{min-width:0;width:44%}
.adjustment-filter .el-range-editor .el-range-separator{width:20px;line-height:26px;flex-shrink:0}
.adjustment-filter .el-range-editor .el-range__icon,.adjustment-filter .el-range-editor .el-range__close-icon{line-height:26px}
.adjustment-query-actions{display:flex;gap:8px;align-items:center}
.adjustment-query-actions .el-button{height:34px;padding:0 16px;margin:0}
.adjustment-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0 10px;min-height:34px}
.adjustment-batch-actions{display:flex;align-items:center;gap:24px}
.adjustment-batch-actions .el-button--text{height:34px;padding:0;margin:0;border:0;background:transparent}
.adjustment-selected{font-size:12px;font-weight:400;color:var(--scene-secondary,#909399)}
.adjustment-history-title{font-weight:600}
.account-adjustment-review .el-table__body-wrapper{overflow-x:auto}
.adjustment-row-actions{display:flex;align-items:center;justify-content:flex-start;gap:16px;white-space:nowrap}
.adjustment-row-actions .el-button+.el-button{margin-left:0}
.adjustment-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:54px;padding-top:10px;font-size:13px}
.adjustment-review-dialog{max-width:calc(100vw - 32px);max-height:90vh;display:flex;flex-direction:column;border-radius:4px;margin-bottom:0!important}
.adjustment-review-dialog .el-dialog__header{flex:none;padding:18px 24px;border-bottom:1px solid #ebeef5}
.adjustment-review-dialog .el-dialog__body{padding:20px 24px;overflow-y:auto;min-height:0}
.adjustment-review-dialog .el-dialog__footer{flex:none;padding:14px 24px;border-top:1px solid #ebeef5}
.adjustment-dialog-heading{margin:0 0 16px;font-size:14px;font-weight:600;color:var(--scene-heading,#303133)}
.adjustment-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
.adjustment-detail-wide{grid-column:1/-1}
.adjustment-review-dialog .el-form-item{margin-bottom:16px;min-width:0}
.adjustment-review-dialog .el-form-item__label{text-align:left}
.adjustment-review-dialog .el-form-item.is-required>.el-form-item__label{position:relative}
.adjustment-review-dialog .el-form-item.is-required>.el-form-item__label:before{position:absolute;left:auto;right:calc(100% + 4px);margin:0}
.adjustment-review-dialog :is(.el-form-item__content,.el-input){min-width:0}
.adjustment-read-form .el-input__inner,.adjustment-read-form .el-textarea__inner{background:#f5f7fa;color:var(--scene-body,#303133)}
.adjustment-read-form .el-input__inner{padding:0 10px}
.adjustment-read-form .el-textarea__inner{resize:none;overflow-wrap:anywhere}
.adjustment-risk-copy{line-height:22px;padding:6px 0;overflow-wrap:anywhere}
.adjustment-batch-summary{margin:0 0 20px}
.adjustment-batch-summary p{margin:0 0 8px}
.adjustment-batch-summary strong{font-weight:600}
.account-adjustment-review .el-table .adjustment-target-row>td{background:#ecf5ff}
@media(max-width:1700px){.adjustment-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1000px){.adjustment-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.adjustment-filter-grid{grid-template-columns:minmax(0,1fr)}.adjustment-date{grid-column:auto}.adjustment-pagination{align-items:flex-start;flex-direction:column}.adjustment-detail-grid{grid-template-columns:minmax(0,1fr);gap:0}.adjustment-toolbar{flex-wrap:wrap}.adjustment-batch-actions{flex-wrap:wrap}.adjustment-review-dialog .el-dialog__body{padding:16px 24px}}
