/* =========================
   PERFORMANCE LIST
========================= */

.performance-list {display:grid;gap:1rem}
.performance-list-empty {padding:1rem 1.1rem;border:1px solid rgba(164,122,182,.2);border-radius:18px;background:#fdfbff;color:#6a5879;font-size:.95rem;line-height:1.6}
.performance-item {display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 1.1rem;border:1px solid rgba(164,122,182,.22);border-radius:18px;background:#fdfbff;box-shadow:0 8px 22px rgba(36,22,41,.04)}
.performance-item-main {min-width:0}
.performance-status-wrap {margin-bottom:.55rem}
.performance-date-heading {margin:0 0 .45rem;font-size:1.15rem;line-height:1.25;font-weight:700;color:#241629}
.performance-comment {margin-bottom:.55rem;color:#8b2f73;font-size:.85rem;font-weight:600;line-height:1.5}
.performance-meta-row {display:flex;flex-wrap:wrap;gap:.9rem 1.25rem;align-items:center}
.performance-time-column,.performance-ticket-column {display:inline-flex;align-items:center;gap:.5rem;color:#5f4a74;font-size:.92rem;line-height:1.45}
.performance-ticket-column {font-weight:500}
.performance-clock-column {width:18px;height:18px;color:#8b2f73;flex:0 0 18px}
.performance-clock-svg {display:block;width:18px;height:18px}
.performance-time-text {white-space:nowrap}
.performance-onsale-message {margin-top:.7rem;color:#8b2f73;font-size:.84rem;font-weight:600;line-height:1.5}
.performance-item-action {display:flex;align-items:center;justify-content:flex-end}
.performance-action {display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1.15rem;border-radius:999px;text-decoration:none;font-size:.85rem;font-weight:700;line-height:1.2;white-space:nowrap;transition:all .18s ease;border:none}
.performance-action-book {color:#fff !important;background:linear-gradient(135deg,#ff3562,#ff5a8f);box-shadow:0 12px 28px rgba(255,53,98,.22)}
.performance-action-book:hover {transform:translateY(-1px);box-shadow:0 16px 34px rgba(255,53,98,.3);color:#fff !important}
.performance-action-waitlist {color:#fff !important;background:#6f3f8e;box-shadow:0 10px 24px rgba(111,63,142,.2)}
.performance-action-waitlist:hover {transform:translateY(-1px);box-shadow:0 14px 30px rgba(111,63,142,.28);color:#fff !important}
.performance-action-disabled {color:#6a5879;background:#ece7f0;box-shadow:none;cursor:default}
.performance-action-disabled:hover {transform:none;box-shadow:none;color:#6a5879}
.performance-list .show-status-label,.performance-list .performance-status-label {display:inline-flex;align-items:center;border-radius:999px;padding:.38rem .72rem;font-size:.72rem;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.performance-list .status-on-sale,.performance-list .status-popular,.performance-list .status-selling-fast {background:linear-gradient(135deg,#ff3562,#ff5a8f);color:#fff}
.performance-list .status-sold-out,.performance-list .status-cancelled {background:#6f3f8e;color:#fff}
.performance-list .status-coming-soon,.performance-list .status-limited {background:#ece7f0;color:#5f4a74}
@media (max-width:700px){.performance-item{grid-template-columns:1fr;align-items:start}.performance-item-action{justify-content:flex-start}.performance-action{width:100%}.performance-meta-row{flex-direction:column;align-items:flex-start;gap:.45rem}}

.performance-list .status-new-show {background:#5bc0de;color:#fff}
.performance-list .status-on-sale-soon,.performance-list .status-extra-show-added {background:#f0ad4e;color:#fff}
.performance-list .status-final-few,.performance-list .status-final-few-tickets,.performance-list .status-selling-fast,.performance-list .status-popular,.performance-list .status-extra-seats-released {background:#d9534f;color:#fff}


.performance-list .performance-status-wrap {
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
  align-items:center;
}

.performance-list .performance-status-label.status-text-final-few,
.performance-list .performance-status-label.status-text-final-few-tickets,
.performance-list .performance-status-label[data-status-text="final few"],
.performance-list .performance-status-label[data-status-text="final few tickets"] {
  background:#d9534f !important;
  color:#fff !important;
}

.performance-list .performance-status-label.status-text-selling-fast,
.performance-list .performance-status-label[data-status-text="selling fast"] {
  background:#d9534f !important;
  color:#fff !important;
}

.performance-list .performance-status-label.status-text-popular,
.performance-list .performance-status-label[data-status-text="popular"] {
  background:#d9534f !important;
  color:#fff !important;
}

.performance-list .performance-status-label.status-text-new-show,
.performance-list .performance-status-label[data-status-text="new show"] {
  background:#5bc0de !important;
  color:#fff !important;
}

.performance-list .performance-status-label.status-text-on-sale-soon,
.performance-list .performance-status-label[data-status-text="on sale soon"] {
  background:#f0ad4e !important;
  color:#fff !important;
}

.performance-list .performance-status-label.status-text-extra-seats-released,
.performance-list .performance-status-label[data-status-text="extra seats released"] {
  background:#d9534f !important;
  color:#fff !important;
}

.performance-list .status-best-availability,
.performance-list .performance-status-label.status-text-best-availability,
.performance-list .performance-status-label[data-status-text="best availability"] {background:#3bb273 !important;color:#fff !important;}
