.topup-review { margin-top:16px; }
.topup-review td small { display:block; margin-top:4px; font-size:11px; }
.topup-review .pagination { display:flex; justify-content:flex-end; align-items:center; gap:12px; margin-top:12px; }
.ins-dialog>.topup-review-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start; justify-content:stretch; gap:14px; margin-top:18px; }
.topup-review-form label { display:flex; flex-direction:column; gap:6px; min-width:0; font-size:12px; }
.topup-review-form label[hidden] { display:none; }
.topup-review-form input, .topup-review-form select, .topup-review-form textarea { width:100%; min-width:0; min-height:36px; padding:8px 10px; border:1px solid var(--line-strong); border-radius:6px; background:var(--surface); color:var(--text); font:inherit; }
.topup-review-form textarea { min-height:64px; resize:vertical; }
.topup-review-wide,.topup-review-check { grid-column:1/-1; }
.topup-review-form .topup-review-check { flex-direction:row; align-items:flex-start; line-height:1.6; }
.topup-review-form input[type=checkbox] { width:18px; height:18px; min-height:18px; flex:none; margin-top:2px; }
.topup-review-form>p { margin:0; font-size:12px; }
.topup-review-form>button { justify-self:start; }
.topup-review-dialog { max-width:720px; }
.topup-review-dialog [data-receipt]>p { margin:8px 0; }
@media(max-width:560px){ .ins-dialog>.topup-review-form { grid-template-columns:minmax(0,1fr); } }
