.platform-live-page .table-wrap th:last-child,
.platform-live-page .table-wrap td:last-child {
  position: sticky;
  right: 0;
  min-width: 220px;
  border-left: 1px solid #edf0f4;
  box-shadow: -8px 0 12px -12px rgb(33 54 83 / 35%);
}
.platform-live-page .table-wrap th:last-child { z-index: 2; }
.platform-live-page .table-wrap td:last-child { z-index: 1; background: #fff; }
