@media (max-width: 768px) {
  .wptb-table-wrapper,
  .wptb-table-wrapper * {
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  .wptb-search-wrapper {
    z-index: 9999 !important;
    position: relative !important;
  }
}
/* Make sure links inside WP Table Builder are clickable on all devices */
.wptb-table-wrapper a {
  pointer-events: auto !important;
  z-index: 9999;
  position: relative;
  display: inline-block;
}

/* Improve tap area for mobile */
@media (max-width: 768px) {
  .wptb-table-wrapper a {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.4;
  }
}
