/* Tickera seating chart pinch isolation. */
.tc-wrapper,
.tc-seating-charts-wrapper,
.tickera-seating-chart,
.tc_seating_charts_wrapper {
  touch-action: none !important;
  overscroll-behavior: contain;
  overflow: hidden;
}

.tc-wrapper .tc-checkout-button,
.tc-seating-charts-wrapper .tc-checkout-button,
.tickera-seating-chart .tc-checkout-button,
.tc_seating_charts_wrapper .tc-checkout-button {
  pointer-events: auto !important;
  touch-action: manipulation !important;
  cursor: pointer;
}

html.tee4it-tfm-chart-pinching,
html.tee4it-tfm-chart-pinching body {
  overscroll-behavior: none;
}
