/* ================================
   BLOG STYLES
   ================================ */

/* Listing page */
.blog-listing {
  max-width: 800px;
  margin: 6rem auto 4rem;
  padding: 0 1.5rem;
}

.blog-listing h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.post-card {
  border-bottom: 1px solid #222;
  padding: 2rem 0;
}

.post-card a {
  text-decoration: none;
  color: inherit;
}

.post-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.post-card h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.post-meta {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.75rem;
}

.post-excerpt {
  color: #aaa;
}

/* Individual post */
.post-full {
  max-width: 720px;
  margin: 6rem auto 4rem;
  padding: 0 1.5rem;
}

.post-header {
  margin-bottom: 2rem;
}

.post-header h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}

.post-hero-image img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 2rem;
}

.post-body p,
.post-body h2,
.post-body h3,
.post-body ul,
.post-body ol {
  margin-bottom: 1.25rem;
}

.post-footer {
  margin-top: 3rem;
  border-top: 1px solid #222;
  padding-top: 1.5rem;
}

.post-footer a {
  color: var(--color-accent);
  text-decoration: none;
}
