article {
  text-align: left;
  /* See: https://stackoverflow.com/a/73337109 */
  overflow: auto;
}

article h1 {
  border-bottom: 1px solid #2c2f33;
  color: #ff7e67;
  padding-bottom: 10px;
  text-transform: none;
  font-size: 1.5rem;
}

article h2 {
  color: #ff7e67;
  font-weight: normal;
  font-size: 1.1rem;
}

article h3 {
  color: #ffa467;
  font-weight: normal;
  font-size: 1rem;
}

article sup {
  color: #999;
  font-style: italic;
}

article pre {
  border-radius: 5px;
  padding: 10px;
  /* See: https://stackoverflow.com/a/73337109 */
  overflow: auto;
}

article pre.code-block {
  max-height: 400px;
}

article pre.code-block code {
  font-size: 0.9rem;
}

article table {
  border-spacing: 0px;
  width: 100%;
}

article table td,
article table th {
  border-bottom: 1px solid #2c2f33;
  border-right: 1px solid #2c2f33;
  padding-left: 5px;
}

article table th {
  font-weight: normal;
  color: #fff;
}

article table td {
  color: #ccc;
}

article table tbody tr:hover {
  background-color: #2c2f33;
}

article table tr:last-child td {
  border-bottom: 0;
}

article table tr th:last-child,
article table tr td:last-child {
  border-right: 0;
}

article img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

article .post-summary h2 {
  margin-bottom: 0;
}

article .post-summary:last-child {
  border-bottom: 0;
}

article .post-summary {
  border-bottom: 1px solid #2c2f33;
}

article .read-more {
  text-wrap-mode: nowrap;
}