
/* Blog Listing */
.blog-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.post-teaser {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.post-meta {
    color: #666;
    font-size: 0.9rem;
    margin: 5px 0 15px;
}

.post-excerpt {
    margin-bottom: 15px;
}

.read-more {
    display: inline-block;
    color: #4a6fa5;
    font-weight: 500;
}

/* Blog Post */
.blog-post {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.7;
}

.blog-post h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.blog-post h2 {
    font-size: 1.5rem;
    margin: 30px 0 15px;
}

.post-content pre {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
}

.back-to-blog {
    display: inline-block;
    margin-top: 40px;
    color: #4a6fa5;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}






    
