﻿/* Blog-specific styles */
.blog-header {
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
    padding: 1rem 0;
}

.blog-header-section {
    text-align: center;
    padding: 0.5rem 0;
    border-bottom: 2px solid #333;
}

.blog-post-preview {
    margin-bottom: 2rem;
}

    .blog-post-preview h2 a {
        color: inherit;
        transition: color 0.2s;
    }

        .blog-post-preview h2 a:hover {
            color: #0d6efd;
        }

.blog-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
}

    .blog-content p {
        margin-bottom: 1.5rem;
    }

/* Improve readability */
article.blog-post {
    max-width: 700px;
    margin: 0 auto;
}
