

/* ===================== tc-tickera-pinch.css (Minimal Safe Fix) ===================== */
.tc-wrapper {
  touch-action: none;
  overflow: hidden;
}

.tc-checkout-button {
  pointer-events: auto !important;
  touch-action: auto !important;
  cursor: pointer;
}

