.toggleTable {
   margin-bottom: 20px;
   	padding-bottom: 0px !important;
}

.table-collapsed {
    overflow-y: hidden;
}
  
.table-toggle-button {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .wp-block-table.custom-table > table tr > :first-child:not(.-no1) {
    max-width: var(--swl-cell1-width, auto);
    min-width: var(--swl-minwidth-cell, 0) !important;
    width: 210px;
  }
  .wp-block-table.custom-table > table {
   white-space: nowrap;
   width: unset !important;
  }
}
@media (min-width: 1200px) {
  .wp-block-table.custom-table > table {
   white-space: nowrap;
    min-width: 1200px;
  }
}