.ainvestor-user-tabulator {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.ainvestor-user-tabulator .tabulator-tableholder {
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .ainvestor-user-tabulator .tabulator-row .tabulator-responsive-collapse {
    box-sizing: border-box;
    width: 100%;
    padding: 0.55rem 0.7rem;
    white-space: normal;
  }

  .ainvestor-user-tabulator .tabulator-responsive-collapse table,
  .ainvestor-user-tabulator .tabulator-responsive-collapse tbody {
    width: 100%;
  }

  .ainvestor-user-tabulator .tabulator-responsive-collapse td {
    padding: 0.28rem 0.4rem;
    overflow-wrap: anywhere;
  }
}
