.elementor-onsrud-table-container {
    display: flex;
    flex-direction: row;
    overflow: auto;
}
.elementor-onsrud-table-container table{
    width: 100%;
}
/* This makes the table scrollable */
.elementor-onsrud-table-container {
    overflow-x: auto;
    white-space: nowrap;
  }
  
  /* Set the minimum content width */
  .elementor-onsrud-table th,
  .elementor-onsrud-table td {
    white-space: nowrap;
    min-width: 1px;
  }
@media (max-width: 600px) {

}
