.article-copy hr {
  height: 1px;
  margin: 2.5rem 0;
  border: 0;
  background: var(--border);
}

.article-copy code {
  padding: 0.12em 0.35em;
  border-radius: 5px;
  background: var(--surface-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.88em;
}

.article-table-wrap {
  width: 100%;
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  -webkit-overflow-scrolling: touch;
}

.article-table-wrap table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.5;
}

.article-table-wrap th,
.article-table-wrap td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.article-table-wrap th {
  background: var(--surface-soft);
  color: var(--text-primary);
  font-weight: 700;
}

.article-table-wrap tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 520px) {
  .article-table-wrap {
    margin-inline: 0;
  }
}
