.seo-faq-list dd:has(.seo-reconcile-example-table) {
  overflow-x: auto;
}

.seo-faq-list .seo-reconcile-example-table {
  width: 100%;
  min-width: 28rem;
  margin-top: 14px;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.seo-faq-list .seo-reconcile-example-table th,
.seo-faq-list .seo-reconcile-example-table td {
  text-align: left;
  padding: 10px 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--app-border) 55%, transparent);
  color: var(--app-text);
  font-variant-numeric: tabular-nums;
}

.seo-faq-list .seo-reconcile-example-table thead th {
  padding: 8px 10px;
  color: var(--app-text-muted);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--app-border);
  font-variant-numeric: normal;
}

.seo-faq-list .seo-reconcile-example-table tbody th {
  font-weight: 600;
}

.seo-faq-list .seo-reconcile-example-table tr:last-child th,
.seo-faq-list .seo-reconcile-example-table tr:last-child td {
  border-bottom: 0;
}
