/* Called-off events (fix-14b, T4C-003). A separate file on purpose: 30-events.css
   belongs to another lane tonight, and this loads straight after it by filename
   order, so neither file has to be merged against the other. */

/* ---------- single event page ---------- */
.rhx-event__called-off{margin:0 0 22px;padding:14px 18px;background:var(--surface);
  border-left:4px solid var(--rust);color:var(--tx-2);font-size:1rem;line-height:1.55;max-width:60ch}
.rhx-event__called-off strong{display:block;font-family:var(--d);font-size:1.12rem;
  font-weight:600;color:var(--rust);margin-bottom:4px}

/* The same sentence when it comes back from the checkout surface instead. */
.rhc-event-checkout__notice.rhx-event__called-off{max-width:60ch}
.rhc-event-checkout__notice.rhx-event__called-off strong{display:inline}

/* One date of a repeated event, called off on its own, in the Dates list. */
.rhx-event__dates-called-off{display:inline-block;margin-left:8px;font-size:.72rem;
  font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--rust)}

/* ---------- card, in the /events/ grid and the homepage strip ---------- */
.rhx-ev-card__called-off{font-size:.74rem;font-weight:700;letter-spacing:.09em;
  text-transform:uppercase;color:var(--rust);line-height:1.35}
.rhx-ev-card--called-off .rhx-ev-card__title{color:var(--tx-2)}
.rhx-ev-card--called-off .rhx-ev-card__media img{filter:grayscale(1);opacity:.62}
.rhx-ev-card--called-off .rhx-ev-card__date{text-decoration:line-through;color:var(--tx-3)}
