/* IFFS 2027 — static/css/pages/passes-extra.css
   HAND-AUTHORED. Sits alongside the generated pages/passes.css, which is produced by
   scripts/extract_page_css.py and is overwritten on every design drop — so anything we
   add ourselves must live here, not there.

   Covers elements introduced when wiring the page to real data: the sales-not-open panel,
   the refund ladder, and the wide form grid used by Tracks B and C. TIER 2 tokens only. */

.sales-pending{padding:var(--sp-4) var(--sp-5);display:flex;gap:var(--sp-3);align-items:center;flex-wrap:wrap}
.sales-pending .t-data{font-size:var(--fs-micro);letter-spacing:.13em}
.sales-pending .notify{flex:1;min-width:240px}

.refund-ladder{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--sp-2);max-width:62ch}
.refund-ladder li{display:flex;gap:8px;flex-wrap:wrap;padding:var(--sp-2) 0;border-bottom:1px solid var(--c-border-subtle);font-size:var(--fs-small);color:var(--c-text-secondary)}
.refund-ladder li:last-child{border-bottom:0}
.refund-ladder b{color:var(--c-text-primary)}
