/* Custom styles for single blog posts */

.single-post-content {
  /* Add your custom styles for the main post container here */
}

.post-header {
  margin-top: 1rem;/* Style the post header (title, meta) */
  margin-bottom: 1rem;
}

.post-title {
  font-size: 2rem;
}

.post-meta {
  /* Style the post metda info (date, author) */
}

.post-content {
  /* Style the main post content */
}
