/* Blog styles */

.blog-post {
  margin-bottom: 2.5em;
  padding-bottom: 2em;
  border-bottom: 1px solid #eaeef2;
}

.blog-post h3 {
  margin-bottom: 0.5em;
  font-family: 'Playfair Display', Georgia, serif;
}

.blog-post h3 a {
  color: #1a3d6b !important;
  text-decoration: none;
  border-bottom: none;
  transition: color 0.2s ease;
}

.blog-post h3 a:hover {
  color: #2c5aa0 !important;
}

.post-meta {
  color: #64748b !important;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
}

.post-header {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eaeef2;
}

.post-header h1 {
  margin-bottom: 0.5em;
  font-family: 'Playfair Display', Georgia, serif !important;
}

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

.post-content h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
}

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

.blog-categories {
  margin: 2em 0;
}

.blog-categories h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-family: 'Playfair Display', Georgia, serif;
}

.blog-categories h3 a {
  color: #1a3d6b !important;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.blog-categories h3 a:hover {
  color: #2c5aa0 !important;
  border-bottom-color: #2c5aa0;
}

.blog-categories p {
  margin-left: 1.5em;
  color: #555 !important;
  line-height: 1.6;
}

.post-category {
  color: #2c5aa0 !important;
  font-weight: 500;
}

.recent-posts {
  margin-top: 2em;
}

.recent-posts h2 {
  font-family: 'Playfair Display', Georgia, serif;
}

.blog-list {
  margin-top: 1.5em;
}

#main h1 {
  font-family: 'Playfair Display', Georgia, serif !important;
  letter-spacing: -0.02em;
}
