.posts-list {
  margin-bottom: 2rem;
  font-size: 18px
}
.post-preview {
  h2 {
    line-height: 1.3;
    margin-bottom: .5rem;
  }
}
section.post-content {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2rem;
  padding-top: 2rem;
  a {
    font-weight: 600;
  }
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
}

.post-content h1 {
  font-size: 2em;
}

.post-content h2 {
  font-size: 1.75em;
}

.post-content h3 {
  font-size: 1.5em;
}

.post-content h4 {
  font-size: 1.25em;
}

.post-content h5 {
  font-size: 1.1em;
}

.post-content h6 {
  font-size: 1em;
}
.post-body> h1:first-child,
.post-body> h2:first-child,
.post-body> h3:first-child,
.post-body> h4:first-child,
.post-body> h5:first-child,
.post-body> h6:first-child {
  margin-top: 0;
}

.post-body {
  margin-top: 2em;
}
.post-content p {
  margin-bottom: 1.5em;
}

.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

.post-content li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.post-content blockquote {
  margin: 1.5em 0;
  padding-left: 1em;
  border-left: 4px solid #ddd;
  font-style: italic;
}

.post-content code {
  background-color: #f4f4f4;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
}

.post-content pre {
  background-color: #f4f4f4;
  padding: 1em;
  border-radius: 5px;
  overflow-x: auto;
  margin-bottom: 1.5em;
}

.post-content pre code {
  background: none;
  padding: 0;
}
.post-content strong {
  font-weight: 600;
}