/*
 * IITIX Prebook front guard (visual-safe).
 *
 * Do NOT repaint, move, resize, add labels, or otherwise alter the public
 * Tickera chart. The chart must keep its original .tcsm rendering exactly as
 * designed. Seat availability is protected by JS click interception and the
 * server-side add-to-cart / checkout guards only.
 */
.iitix-prebook-seat-locked,
.iitix-prebook-seat-locked * {
  cursor: not-allowed !important;
}
