
.performance-list{display:grid;gap:16px}
.performance-item{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 20px;border-radius:20px;background:#FDFBFF;border:1px solid rgba(164,122,182,.22)}
.performance-main{min-width:0;flex:1 1 auto}.performance-status-column{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.performance-date-column{margin-bottom:10px}.performance-date-heading{margin:0;color:#241629;font-size:1.25rem;line-height:1.25}.performance-comment{margin-top:6px;color:#693668;font-size:.92rem}.performance-meta-row{display:flex;flex-wrap:wrap;gap:26px;align-items:center}.performance-time-column{display:inline-flex;align-items:center;gap:10px;color:#374A5E;font-weight:700}.performance-clock-column{display:inline-flex;width:28px;height:28px;color:rgba(105,54,104,.78);flex-shrink:0}.performance-clock-svg{width:100%;height:100%;display:block}.performance-ticket-column{color:#374A5E;font-weight:600;font-size:.95rem}.performance-onsale-message{margin-top:12px;color:#693668;font-size:.95rem;line-height:1.45}.performance-onsale-line1{font-weight:700}.performance-onsale-line2{color:#374A5E}.performance-book{flex-shrink:0}.performance-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:150px;padding:12px 18px;border-radius:999px;font-weight:700;line-height:1.1;text-decoration:none;text-align:center}.performance-action-book{background:linear-gradient(135deg,#ff3562,#ff5a8f);color:#fff}.performance-action-waitlist{background:#693668;color:#fff}.performance-action-disabled{background:#E9E4EC;color:#374A5E}
@media (max-width:720px){.performance-item{flex-direction:column;align-items:stretch}.performance-book{width:100%}.performance-action{width:100%;min-width:0}}
