/* Blog styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.blog-container {
  max-width: 720px;
  margin: 4rem auto;
  padding: 0 2rem;
}

/* Post listing */
.post-list {
  margin-top: 2rem;
}

.post-item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border-color-softer);
}

.post-item:last-child {
  border-bottom: none;
}

.post-item h2 {
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
}

.post-item h2 a {
  text-decoration: none;
}

.post-item time,
.post-single time {
  display: block;
  color: var(--text-color-softer);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.post-item p {
  color: var(--text-color-normal);
  margin-bottom: 0;
}

/* Single post */
.post-single header {
  margin-bottom: 3rem;
}

.post-single h1 {
  margin-bottom: 0.5rem;
}

.post-content {
  line-height: 1.8;
}

.post-content p {
  margin-bottom: 2rem;
}

/* Back link */
.post-nav {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color-softer);
}

.post-nav a {
  text-decoration: none;
  font-size: 1.4rem;
}
