.editor-handoff{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;margin-top:16px;padding:18px;border:1px solid color-mix(in srgb,var(--accent) 30%,var(--line));border-radius:var(--radius-lg);background:var(--surface-soft)}
.editor-handoff[hidden],.handoff-destinations[hidden]{display:none}
.editor-handoff>div:first-child{display:grid;gap:4px}
.editor-handoff small{max-width:620px;color:var(--ink-soft)}
.handoff-destinations{display:flex;flex:1 0 100%;flex-wrap:wrap;gap:8px}
.handoff-error{flex-basis:100%;margin:0;color:var(--danger,#b42318)}
@media(max-width:560px){.editor-handoff,.editor-handoff>.button{width:100%}.handoff-destinations{display:grid}.handoff-destinations .button{width:100%}}
