.blog-post {
    padding: 60px 0;
}

.blog-post .container {
    max-width: 800px;
}

.blog-post-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 999;
}

.blog-post-header h1 {
    font-size: 2.8em;
    margin-bottom: 10px;
}

.post-meta {
    font-size: 1em;
    color: #888;
}

.featured-image {
    margin-bottom: 40px;
}

.featured-image img {
    width: 100%;
    border-radius: 8px;
}

.blog-post-content {
    font-size: 1.1em;
    line-height: 1.8;
}

.blog-post-content h2 {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog-post-content p {
    margin-bottom: 20px;
}

.blog-post-content a {
    color: #007bff;
    text-decoration: none;
}

.blog-post-content a:hover {
    text-decoration: underline;
}