/* =====================================================================
   The Worlds Top — Productions page extras.
   Small layout helpers on top of the shared theme (css/theme.css).
   Owned by the Productions agent.
   ===================================================================== */

/* Toolbar: search box + live count, wraps nicely on narrow screens. */
.productions-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

.productions-toolbar .search {
  flex: 1 1 280px;
}

.productions-toolbar .registry-count {
  flex: 0 0 auto;
}

/* Tickets note (shown when no ticketUrl is available). */
.event-card__tickets-note {
  align-self: center;
  font-size: 0.88rem;
  line-height: 1.35;
}

/* Keep flyer-only "other" cards from looking like clickable concert cards
   while still giving the zoom affordance on the image button. */
#other-grid .event-card__media {
  cursor: zoom-in;
}
