/* SULTRAFIED V1.14.5 — profile-only event attendance + Club Event QA layout */

/* Profile-only attendance rule */
.prive-profile-attendance-rule{
  display:grid;gap:7px;padding:16px 17px;border:1px solid #e8dff3;border-radius:16px;
  background:linear-gradient(145deg,#faf7ff,#fff);color:#211a2a
}
.prive-profile-attendance-rule strong{font-size:15px;line-height:1.35}
.prive-profile-attendance-rule p,.prive-profile-attendance-rule small{margin:0;color:#665e70;line-height:1.55}
.prive-profile-attendance-rule small{padding-top:8px;border-top:1px solid #eee6f5}
body.prive-theme-dark .prive-profile-attendance-rule{
  background:linear-gradient(145deg,#1a1232,#130e27);border-color:rgba(223,204,255,.14);color:#fff
}
body.prive-theme-dark .prive-profile-attendance-rule p,
body.prive-theme-dark .prive-profile-attendance-rule small{color:#d1c7db}
body.prive-theme-dark .prive-profile-attendance-rule small{border-color:rgba(255,255,255,.09)}

/* Member application status */
.prive-my-event-status{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:18px;align-items:center;margin:0 0 18px}
.prive-my-event-status>.sc-card-kicker{grid-column:1/-1}
.prive-my-event-status strong{font-size:19px}.prive-my-event-status p{margin:5px 0 0;color:var(--muted)}
.prive-profile-ticket-note{padding:13px 15px;border:1px solid var(--line);border-radius:14px;display:grid;gap:4px;background:rgba(124,45,255,.04)}
.prive-profile-ticket-note span{font-size:11px;color:var(--muted);line-height:1.5}
body.prive-theme-dark .prive-my-event-status,body.prive-theme-dark .prive-profile-ticket-note{border-color:rgba(255,255,255,.10)}
body.prive-theme-dark .prive-profile-ticket-note{background:rgba(255,255,255,.035)}
body.prive-theme-dark .prive-profile-ticket-note b{color:#fff}body.prive-theme-dark .prive-profile-ticket-note span{color:#cbc2d5}

/* Club Event list: explicit columns so missing thumbnails can never collapse copy into a 60px strip */
.prive-club-upcoming-v145{overflow:hidden}
.prive-club-event-list-v145{display:grid;gap:12px;margin-top:14px}
.prive-club-event-row-v145{
  display:grid;grid-template-columns:84px minmax(0,1fr) 138px;gap:18px;align-items:center;
  padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;min-width:0
}
.prive-club-event-date-v145{height:78px;border-radius:15px;background:linear-gradient(145deg,#f2eaff,#fff0f7);display:grid;place-items:center;align-content:center;text-align:center;border:1px solid #eadcf9}
.prive-club-event-date-v145 strong{font-size:27px;line-height:1;color:#6c31d6}.prive-club-event-date-v145 span{font-size:10px;font-weight:900;letter-spacing:.11em;color:#8a55db}.prive-club-event-date-v145 small{font-size:9px;color:#8e8796;margin-top:3px}
.prive-club-event-copy-v145{min-width:0;display:grid;gap:7px}.prive-club-event-copy-v145 h3{font-size:18px;margin:0;line-height:1.2}.prive-club-event-copy-v145 p{margin:0;color:var(--muted);font-size:12px;line-height:1.55;max-width:760px}.prive-club-event-copy-v145>small{color:var(--muted);font-size:10px}
.prive-club-event-badges-v145{display:flex;flex-wrap:wrap;gap:6px}.prive-club-event-badges-v145 span{padding:5px 8px;border-radius:999px;background:#f5f0fb;color:#5d3a84;font-size:9px;font-weight:800;white-space:nowrap}
.prive-club-event-action-v145{display:flex;justify-content:flex-end}.prive-club-event-action-v145 .sc-button{width:auto;min-width:112px;text-align:center}
body.prive-theme-dark .prive-club-event-row-v145{background:linear-gradient(145deg,#17112f,#110c25);border-color:rgba(255,255,255,.09)}
body.prive-theme-dark .prive-club-event-date-v145{background:linear-gradient(145deg,#2d1760,#1b1238);border-color:rgba(197,155,255,.18)}
body.prive-theme-dark .prive-club-event-date-v145 strong{color:#fff}body.prive-theme-dark .prive-club-event-date-v145 span{color:#c68cff}body.prive-theme-dark .prive-club-event-date-v145 small{color:#bdb3ca}
body.prive-theme-dark .prive-club-event-copy-v145 h3{color:#fff}body.prive-theme-dark .prive-club-event-copy-v145 p,body.prive-theme-dark .prive-club-event-copy-v145>small{color:#c9c0d3}
body.prive-theme-dark .prive-club-event-badges-v145 span{background:rgba(157,84,255,.12);color:#e4c9ff;border:1px solid rgba(194,149,255,.12)}

/* Partner Portal Event application confirmation queue */
.prive-partner-event-applications-v145{display:grid;gap:10px}
.prive-partner-section-title{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.prive-partner-section-title h3{margin:4px 0}.prive-partner-section-title p{margin:0;color:var(--muted);font-size:11px}
.prive-partner-event-application-v145{display:grid;grid-template-columns:260px minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:13px 0;border-top:1px solid var(--line);min-width:0}
.prive-partner-event-application-v145>div:first-child{display:grid;gap:3px;min-width:0}.prive-partner-event-application-v145>div:first-child strong{font-size:13px}.prive-partner-event-application-v145 small{color:var(--muted)}.prive-partner-event-application-v145 p{margin:0;font-size:11px;line-height:1.45}.prive-partner-event-application-v145 .prive-event-decision-buttons{justify-content:flex-start;flex-wrap:nowrap}
body.prive-theme-dark .prive-partner-event-application-v145{border-color:rgba(255,255,255,.08)}body.prive-theme-dark .prive-partner-event-application-v145 strong{color:#fff}body.prive-theme-dark .prive-partner-event-application-v145 p,body.prive-theme-dark .prive-partner-event-application-v145 small{color:#c8bfd1}

@media(max-width:980px){
  .prive-club-event-row-v145{grid-template-columns:74px minmax(0,1fr)}
  .prive-club-event-action-v145{grid-column:2;justify-content:flex-start}
  .prive-partner-event-application-v145{grid-template-columns:1fr}.prive-partner-event-application-v145 .prive-event-decision-buttons{flex-wrap:wrap}
  .prive-my-event-status{grid-template-columns:1fr}
}
@media(max-width:620px){
  .prive-club-event-row-v145{grid-template-columns:1fr}.prive-club-event-date-v145{width:78px}.prive-club-event-action-v145{grid-column:auto}.prive-club-event-action-v145 .sc-button{width:100%}
}
