/* CurioSpark v8.54 — Waitlist Hub seat-offer states. */
.waitlist-card-grid{align-items:start}
.waitlist-card{display:grid;gap:.75rem}
.waitlist-queue{background:#fff2bf;border-color:#ead17d;color:#5a3d00}
.waitlist-offer-panel{flex:1 1 100%;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;border-radius:16px;border:1px solid rgba(95,37,121,.16);background:#faf5fd}
.waitlist-offer-panel strong{display:block;color:#4a176d}
.waitlist-offer-panel p{margin:.25rem 0 0;color:#6b5b74;line-height:1.45}
.waitlist-offer-panel.is-active{background:#eefaf3;border-color:rgba(23,98,72,.22)}
.waitlist-offer-panel.is-active strong{color:#176248}
.waitlist-offer-panel.is-review{background:#fff5e5;border-color:rgba(161,94,16,.24)}
.waitlist-offer-panel.is-review strong{color:#8a4c00}
.waitlist-offer-panel.is-closed{background:#f8f5fa;color:#6b5b74}
.waitlist-delivery{flex:0 0 auto;display:inline-flex;border-radius:999px;padding:.3rem .5rem;background:#fff;border:1px solid rgba(95,37,121,.12);font-size:.75rem;font-weight:900;color:#5f2579}
.waitlist-actions>.small-muted{align-self:center}
@media(max-width:720px){.waitlist-offer-panel{display:grid}.waitlist-delivery{justify-self:start}}
