| 1 |
<div style="max-width: 280px;"> |
| 2 |
<button class="secondary" style="width: 100%; font-size: 0.9rem;">Save to collection</button> |
| 3 |
<div class="collection-picker" style="position: static; display: block;"> |
| 4 |
<div class="collection-picker-list"> |
| 5 |
<label class="collection-picker-item"><input type="checkbox" checked disabled> Best of 2026</label> |
| 6 |
<label class="collection-picker-item"><input type="checkbox" disabled> Study Music</label> |
| 7 |
<label class="collection-picker-item"><input type="checkbox" disabled> Gift Ideas</label> |
| 8 |
</div> |
| 9 |
<div class="collection-picker-create"> |
| 10 |
<form style="display: flex; gap: 0.5rem;"> |
| 11 |
<input type="text" name="title" placeholder="New collection" disabled style="flex: 1; padding: 0.3rem 0.5rem; font-size: 0.85rem;"> |
| 12 |
<button class="secondary" type="button" disabled style="font-size: 0.85rem;">Create</button> |
| 13 |
</form> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
</div> |
| 17 |
|