.remote-page {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.remote-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}

.remote-page th,
.remote-page td {
  padding: 4px 6px;
  border: 1px solid #ccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}

.drag-scroll {
  cursor: grab;
}

.drag-scroll:active {
  cursor: grabbing;
}

/* Or hide only a specific page by ID */
.page-id-5316 .page-title {
  display: none;
}

/* Or hide only on your spreadsheet page */
.page-id-5569 h1.page-title {
  display: none !important;
}