.seo-table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  -webkit-overflow-scrolling: touch;
}

.seo-table-scroll:focus-visible {
  outline: 3px solid #f4a58b;
  outline-offset: 3px;
}

.seo-table-scroll .seo-table {
  min-width: 760px;
  border: 0;
}

.seo-table-scroll .seo-table th {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .seo-table-scroll .seo-table {
    table-layout: auto;
  }

  .seo-table-scroll .seo-table td,
  .seo-table-scroll .seo-table th {
    min-width: 135px;
    overflow-wrap: normal;
  }
}
