/* CurioSpark v8.54 — Family Portal waitlist seat-offer cards. */
.fp-staff-family-summary{margin-bottom:1rem;border-color:#b9dfc7!important;background:#f2fbf5!important}
.fp-staff-family-summary h2{margin:.25rem 0 .5rem}
.fp-staff-family-summary p{margin:0}
.fp-waitlist-offers-card{border-color:rgba(95,37,121,.22);background:linear-gradient(145deg,#fffdf8,#fbf6ff)}
.fp-waitlist-offer-list{display:grid;gap:.85rem;margin-top:1rem}
.fp-waitlist-offer-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(13rem,.42fr);gap:1rem;align-items:start;padding:1rem;border:1px solid rgba(95,37,121,.14);border-radius:18px;background:#fff;box-shadow:0 8px 20px rgba(65,25,80,.05)}
.fp-waitlist-offer-copy{min-width:0}
.fp-waitlist-offer-copy h3{margin:.2rem 0 .4rem;color:#4d146a}
.fp-waitlist-offer-copy>p:not(.eyebrow){margin:.35rem 0;color:#695d74;line-height:1.5}
.fp-waitlist-deadline{padding:.55rem .7rem;border-radius:12px;background:#fff5cf;color:#5f4300!important}
.fp-waitlist-offer-actions{display:grid;gap:.6rem;justify-items:stretch;align-items:start}
.fp-waitlist-offer-actions .fp-status-pill{justify-self:start}
.fp-waitlist-amount{font-size:1.12rem;color:#4d146a}
.fp-waitlist-offer-actions .button{width:100%;min-width:0;white-space:normal;text-align:center;justify-content:center}
.fp-waitlist-offer-message{min-height:1.35rem;margin:.55rem 0 0!important;font-size:.88rem;font-weight:750;color:#65546e!important}
.fp-waitlist-offer-message.is-good{color:#237247!important}
.fp-waitlist-offer-message.is-error{color:#9a2c3e!important}
@media(max-width:760px){
  .fp-waitlist-offer-row{grid-template-columns:minmax(0,1fr)}
  .fp-waitlist-offer-actions{justify-items:stretch}
  .fp-waitlist-offer-actions .fp-status-pill{justify-self:start}
}
