.draft-list { display: grid; gap: 7px; margin-top: 10px; }
.draft-row { display: flex; justify-content: space-between; gap: 8px; align-items: center; padding: 9px 10px; border-radius: 11px; background: #eef1eb; font-size: 12px; }
.draft-row button { border: 0; background: transparent; color: #a23d33; font-weight: 900; }
