/* Blog content styles — header/footer use /css/site.css from the main site. */

.blog-main {
  padding-bottom: 48px;
}

.blog-main .container {
  padding-top: 32px;
}

.post-list { list-style: none; padding: 0; margin: 0; }
.post-list li { margin: 16px 0; padding-bottom: 12px; border-bottom: 1px solid #e0dcd4; }
.post-list a { font-weight: 600; color: var(--text); text-decoration: none; }
.post-list a:hover { color: var(--text-accent); }
.post-list .meta { display: block; font-size: 0.9rem; color: #555; }

.prose h2 { margin-top: 1.75rem; font-size: 1.25rem; }

.prose img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 1.5rem;
  border-radius: 4px;
}

.post-single-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e0dcd4;
  font-size: 0.95rem;
}

.post-single-footer a {
  color: var(--text-accent);
  text-decoration: none;
}

.post-single-footer a:hover {
  text-decoration: underline;
}
