.article-cover img {
  height: auto;
}

.article-table-wrap {
  margin: 1.75rem 0;
  overflow-x: auto;
  border: 1px solid var(--blog-line);
  border-radius: 14px;
}

.article-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
  font-size: .9rem;
  line-height: 1.5;
}

.article-table th,
.article-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--blog-line);
  text-align: left;
  vertical-align: top;
}

.article-table th {
  color: var(--blog-ink);
  background: var(--blog-paper);
  font-family: "Manrope", sans-serif;
}

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