.msv-delete-checkbox { width:16px!important; height:16px!important; min-width:16px!important; padding:0!important; margin:0 8px 0 0!important; vertical-align:middle; accent-color:#1261ca; }
.msv-deletion-table tr[data-delete-selected="true"] td { background:#e9f2ff!important; }
.msv-deletion-table tr[data-delete-selected] { cursor:pointer; }
.msv-delete-settings { padding:20px 0; border-top:1px solid #dbe4ed; }
.msv-delete-settings h3 { font-size:17px; margin:0 0 16px; }
.msv-delete-config-fields { display:grid; grid-template-columns:2fr 1fr 2fr; gap:16px; }
.msv-delete-config-fields label { display:flex; flex-direction:column; gap:6px; min-width:0; font-size:12px; }
.msv-delete-settings input:not([type=checkbox]) { width:100%; min-width:0; }
.msv-delete-settings fieldset { border:0; padding:14px 0; margin:0; display:flex; flex-wrap:wrap; gap:16px; }
.msv-delete-settings legend { font-size:12px; font-weight:700; }
.msv-delete-apc-toggle { display:inline-flex; align-items:center; gap:6px; }
.msv-delete-apc-toggle input { width:16px!important; height:16px!important; min-width:16px!important; margin:0; }
.msv-delete-overlay { z-index:1200; padding:16px; align-items:center; }
.msv-delete-dialog { width:min(680px,100%); max-height:calc(100dvh - 32px); display:flex; flex-direction:column; background:white; border-radius:8px; color:#17283b; box-shadow:0 16px 60px #0005; overflow:hidden; }
.msv-delete-dialog header { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 20px; border-bottom:1px solid #dbe4ed; }
.msv-delete-dialog h2 { margin:0; font-size:19px; line-height:1.4; }
.msv-delete-dialog-body { padding:16px 20px; overflow:auto; min-height:0; font-size:14px; }
.msv-delete-dialog-body p { white-space:pre-line; overflow-wrap:anywhere; line-height:1.6; }
.msv-delete-confirm-list { display:flex; flex-wrap:wrap; gap:6px 16px; margin:14px 0; max-height:180px; overflow:auto; font:12px monospace; }
.msv-delete-confirm { background:#b91c1c!important; color:white!important; }
.msv-delete-result-list > div { padding:12px 0; border-top:1px solid #dbe4ed; }
.msv-delete-result-list span { margin-left:14px; font-size:12px; }
.msv-delete-result-list p { margin:5px 0 0; font-size:13px; }
.msv-delete-result-list .is-error { color:#b42318; }
.msv-delete-result-list .is-success { color:#176642; }
@media(max-width:700px) { .msv-delete-config-fields { grid-template-columns:1fr; } .msv-deletion-list-heading-actions { flex-wrap:wrap; } .msv-delete-dialog header,.msv-delete-dialog-body { padding:14px; } }
