.ppt-seo-table-wrap {
  width: 100%;
  margin: 1.25rem 0 1.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.ppt-seo-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e8e4e1;
  border-radius: 12px;
  overflow: hidden;
  font-size: 0.95rem;
  line-height: 1.45;
}

table.ppt-seo-table thead th {
  background: #f3f0ee;
  color: #1a202c;
  font-weight: 600;
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e8e4e1;
  vertical-align: top;
}

table.ppt-seo-table tbody td {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #efeae6;
  vertical-align: top;
  color: #2d3748;
  word-break: break-word;
}

table.ppt-seo-table tbody tr:last-child td {
  border-bottom: 0;
}

table.ppt-seo-table tbody tr:nth-child(even) td {
  background: #faf8f7;
}

@media (max-width: 767px) {
  table.ppt-seo-table {
    min-width: 640px;
    font-size: 0.9rem;
  }

  table.ppt-seo-table thead th,
  table.ppt-seo-table tbody td {
    padding: 0.7rem 0.75rem;
  }
}
