/* Privé Lounge V1.15.0 — strict Club/Event scoping + private application workflow */
.prive-club-calendar-scope{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;margin:0 0 14px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:var(--panel)}
.prive-club-calendar-scope strong{font-size:1.02rem;color:var(--text)}
.prive-club-calendar-scope p{flex-basis:100%;margin:0;color:var(--muted);line-height:1.5}
.prive-club-private-review-link,.prive-private-applications-note{margin-top:18px}
.prive-club-private-review-link p,.prive-private-applications-note p{max-width:800px;color:var(--muted)}
.prive-partner-agreement-summary{margin:16px 0}
.prive-partner-agreement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}
.prive-partner-agreement-grid>div{padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
.prive-partner-agreement-grid strong,.prive-partner-agreement-grid span{display:block}
.prive-partner-agreement-grid strong{margin-bottom:5px;color:var(--text)}
.prive-partner-agreement-grid span{color:var(--muted);line-height:1.45}
body.prive-theme-dark .prive-club-calendar-scope,
body.prive-theme-dark .prive-partner-agreement-summary,
body.prive-theme-dark .prive-club-private-review-link,
body.prive-theme-dark .prive-private-applications-note{background:#15102b!important;border-color:rgba(225,208,255,.12)!important}
body.prive-theme-dark .prive-partner-agreement-grid>div{background:#1b1435!important;border-color:rgba(225,208,255,.10)!important}
body.prive-theme-dark .prive-club-calendar-scope strong,
body.prive-theme-dark .prive-partner-agreement-grid strong,
body.prive-theme-dark .prive-club-private-review-link h3,
body.prive-theme-dark .prive-private-applications-note h3{color:#fff!important}
body.prive-theme-dark .prive-club-calendar-scope p,
body.prive-theme-dark .prive-partner-agreement-grid span,
body.prive-theme-dark .prive-club-private-review-link p,
body.prive-theme-dark .prive-private-applications-note p{color:#c9c0d5!important}
@media(max-width:900px){.prive-partner-agreement-grid{grid-template-columns:1fr}}
