.remove-change-button{display:inline-flex!important;align-items:center;gap:6px!important;padding:6px 9px!important;border:1px solid rgba(251,113,133,.2)!important;border-radius:999px!important;background:rgba(251,113,133,.07)!important;color:#fb91a1!important;font-size:.6rem!important;font-weight:700!important;line-height:1!important;transition:.18s ease}
.remove-change-button i{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(251,113,133,.16);font-style:normal;font-size:.9rem}
.remove-change-button:hover{border-color:#fb7185!important;background:rgba(251,113,133,.14)!important;transform:translateY(-1px)}
.confirm-change-button{display:flex;align-items:center;justify-content:center;width:100%;margin-top:14px;padding:11px 14px;border:1px solid rgba(20,135,255,.4);border-radius:10px;background:linear-gradient(135deg,#0877df,#1596ff);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.02em;box-shadow:0 8px 20px rgba(20,135,255,.16);transition:.18s ease}
.confirm-change-button:hover{filter:brightness(1.08);transform:translateY(-1px)}
.batch-change-card.is-confirmed{border-color:rgba(54,211,153,.42);box-shadow:inset 0 0 0 1px rgba(54,211,153,.08)}
.batch-change-card.is-confirmed .confirm-change-button{border-color:rgba(54,211,153,.35);background:rgba(54,211,153,.12);color:#69dfb0;box-shadow:none}
.position-summary-row>div>em{overflow:hidden;color:#7f93a9;font-size:.58rem;font-style:normal;text-overflow:ellipsis;white-space:nowrap}
html[data-theme="light"] .remove-change-button{background:#fff3f5!important}
html[data-theme="light"] .batch-change-card.is-confirmed{border-color:#71c9aa}
