.sapd-table-scroll,
.post_content .sa-md-table-wrap,
.sapd-article .sa-md-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.sapd-table-scroll table,
.post_content .sa-md-table-wrap .sa-md-table,
.sapd-article .sa-md-table-wrap .sa-md-table {
  min-width: 100%;
}

@media (max-width: 767px) {
  .sapd-table-scroll,
  .post_content .sa-md-table-wrap,
  .sapd-article .sa-md-table-wrap {
    scrollbar-gutter: stable both-edges;
  }

  .sapd-table-scroll table,
  .post_content .sa-md-table-wrap .sa-md-table,
  .sapd-article .sa-md-table-wrap .sa-md-table {
    width: max-content;
    min-width: 680px;
    max-width: none;
  }

  .sapd-table-scroll th,
  .sapd-table-scroll td,
  .post_content .sa-md-table-wrap .sa-md-table th,
  .post_content .sa-md-table-wrap .sa-md-table td,
  .sapd-article .sa-md-table-wrap .sa-md-table th,
  .sapd-article .sa-md-table-wrap .sa-md-table td {
    white-space: nowrap;
  }
}
