.post {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
}

.post .post-thumbnail {
  margin-bottom: 1rem;
}

.post .post-thumbnail > img {
  width: 100%;
  height: auto;
  display: block;
}

.post .post-content {
    margin-top: 2rem;
}

.post .post-content {
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 720px;
  margin:auto;
  margin-top:48px;
}

.post .post-content > p {
  margin-bottom: 1.5rem !important;
}

.post .post-content :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.post .post-content :where(ol, ul) {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.post .post-content :where(ol, ul) li {
  margin-bottom: 0.5rem;
}

.post .post-content :where(ol, ul) li:last-child {
  margin-bottom: 0;
}

.post .post-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: #f1f1f1;
  border-left: 4px solid #ccc;
}
