article header {
  background-color: transparent;
}

article .entry-title {
  font-size: var(--fs-900);
  margin-bottom: 0;
}

article .entry-title a::after {
  content: "";
}

article .post-info {
  border-top: none;
  margin-bottom: 1rem;
}

article .post-info address {
  margin-bottom: 0;
}

article img.cover-img {
  margin-bottom: var(--size-400);
  margin-top: var(--size-400);
}

article h2 {
  margin-bottom: var(--size-200);
}

article * + h2 {
  margin-top: var(--fs-400);
}

article img {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
