.position-batch-form{grid-template-columns:minmax(0,1fr) 500px}
.batch-change-card{padding:17px;border-radius:14px}
.batch-change-card h3{font-size:1rem}
.batch-transition{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;margin:14px 0;padding:13px 14px;border-left:3px solid #1487ff;border-radius:0 10px 10px 0;background:rgba(20,135,255,.08);font-size:.9rem}
.batch-transition strong{font-size:1rem}
.batch-transition span,.batch-transition em{color:var(--muted)}
.batch-transition span{font-weight:700}
.batch-transition em{font-style:normal}
.batch-transition b{color:#69dfb0;font-size:1.08rem}
.batch-change-card fieldset{gap:7px}
.batch-change-card fieldset label{padding:7px 11px;font-size:.7rem}
.batch-proof label{gap:5px;font-size:.64rem}
.batch-proof input,.batch-proof select{padding:10px;font-size:.7rem}
html[data-theme="light"] .batch-transition{background:#eaf4ff}
@media(max-width:1050px){.position-batch-form{grid-template-columns:1fr}}
@media(max-width:640px){.batch-transition{font-size:.8rem}.batch-transition strong{width:100%}}
