.recipient-box { margin-bottom: 12px; }
.recipient-box > b { display: block; margin: 0 2px 8px; font-size: 14px; }
.recipient-choices { display: flex; gap: 7px; overflow-x: auto; padding: 2px 2px 8px; }
.recipient-choices button { flex: 0 0 auto; border: 2px solid transparent; border-radius: 14px; background: #fff; padding: 10px 13px; box-shadow: var(--shadow); font-size: 13px; font-weight: 800; }
.recipient-choices button.selected { border-color: var(--hot); background: #fff0f6; }
.send-to-person { display: block; margin-top: 10px; border-radius: 16px; background: #263967; color: #fff; padding: 14px 18px; text-align: center; text-decoration: none; font-weight: 850; }
.send-to-person[hidden] { display: none; }
