.move-item-block-dialog .move-item-block-name { margin: 0; color: var(--lists-muted); font-size: 14px; overflow-wrap: anywhere; }
.move-item-block-choices { display: grid; gap: 8px; max-height: 50vh; overflow-y: auto; }
.move-item-block-choices > button { width: 100%; min-width: 0; border: 1px solid var(--lists-line); border-radius: 14px; padding: 12px; background: #fff; color: var(--lists-ink); text-align: left; }
.move-item-block-choices > button:hover, .move-item-block-choices > button:focus-visible { background: #eff6ff; border-color: var(--lists-blue); }
.move-item-block-choices > button:disabled { opacity: .5; }
.move-item-block-choices .checklist-optional-block-title { min-width: 0; overflow-wrap: anywhere; }
.move-item-block-choices > button > svg { width: 20px; height: 20px; flex-shrink: 0; }
