/* MINAX_FINANCE_BANKING_V600_CSS */
.batch-v6-card{position:relative}
.batch-v6-flow{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 6px}
.batch-v6-flow span{font-size:12px;padding:6px 9px;border-radius:999px;background:var(--surface-2,#f1f4f7);border:1px solid rgba(120,130,145,.18);opacity:.72}
.batch-v6-flow span.done{font-weight:700;opacity:1}
.batch-v6-audit{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0;padding:12px;border-radius:12px;background:rgba(120,130,145,.08)}
.batch-v6-audit>div{display:flex;flex-direction:column;gap:4px}.batch-v6-audit .full{grid-column:1/-1}.batch-v6-audit small{opacity:.7}.batch-v6-audit code{font-size:11px;word-break:break-all;white-space:normal}
.batch-v6-title-list{display:flex;flex-direction:column;gap:6px}.batch-v6-history-title{font-weight:700;margin:14px 0 8px}.batch-v6-history{display:flex;flex-direction:column;gap:8px}.batch-v6-history>div{padding:9px 10px;border-left:3px solid rgba(120,130,145,.35);background:rgba(120,130,145,.05)}.batch-v6-history small{display:block;opacity:.68;margin-top:2px}.batch-v6-history p{margin:4px 0 0}
@media(max-width:760px){.batch-v6-audit{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.batch-v6-audit{grid-template-columns:1fr}.batch-v6-audit .full{grid-column:auto}}
