@charset "UTF-8";

@media (max-width: 767px) {
  .table-generic__table {
    min-width: 690px;
  }
  .table-generic :where(th,td) {
    white-space: initial;
  }
}