/* BOUNCE Parties — comparison table styles
 * 1. Front end (the module itself)
 * 2. WordPress admin screen
 * 3. Demo shell (the tab switcher + device frames — NOT needed in production)
 */

/* ── 1. Front end ─────────────────────────────────────────────── */
.party-scroller::-webkit-scrollbar{height:6px}
.party-scroller::-webkit-scrollbar-track{background:transparent}
.party-scroller::-webkit-scrollbar-thumb{background:rgba(34,34,34,.22);border-radius:3px}
@keyframes venuePulse{0%{box-shadow:0 0 0 0 rgba(238,42,123,.55)}70%{box-shadow:0 0 0 14px rgba(238,42,123,0)}100%{box-shadow:0 0 0 0 rgba(238,42,123,0)}}
.venue-pulse{animation:venuePulse 1.3s ease-out 2}

/* Front-end only. Admin styles live in bounce-admin.css and must NOT be
   loaded on the site: they contain unscoped .button / .wrap / .notice /
   .avatar rules that would override the theme. */
