/* EP Simple RSVP - minimal styles */
.ep-rsvp-cta { margin: 1rem 0; }
.ep-rsvp-btn { padding: .6rem 1rem; border-radius: .5rem; border: none; cursor: pointer; }
.ep-rsvp-btn.going { background: #eee; }
.ep-rsvp-btn.not-going { background: #1e90ff; color: #fff; }
.ep-rsvp-spinner { display:inline-block; width:16px; height:16px; margin-left:.5rem; vertical-align:middle; }

.ep-rsvp-avatars { margin: 1rem 0; }
.ep-rsvp-avatars-head { display:flex; align-items:center; gap:.5rem; margin-bottom:.5rem; }
.ep-rsvp-avatars-head .ep-rsvp-count { background:#f1f1f1; border-radius:1rem; padding:.1rem .5rem; font-size: .85rem; }
.ep-rsvp-avatars-grid { display:flex; flex-wrap:wrap; gap:.4rem; }
.ep-rsvp-avatar-wrap { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; }
.ep-rsvp-avatar { width: 48px; height: 48px; border-radius: 50%; display:block; object-fit: cover; }
.ep-rsvp-more { display:flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius: 50%; background:#eee; font-weight:600; }
