/* Blog Post Styles */
.blog-post {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(76, 175, 80, 0.2);
}

.blog-post:last-child {
    border-bottom: none;
}

.blog-post h3 {
    margin-bottom: 5px;
}

.blog-post h3 a {
    color: var(--accent-primary);
    text-decoration: none;
    border: none;
}

.blog-post h3 a:hover {
    color: var(--accent-secondary);
}

.blog-post .tags {
    margin-top: 10px;
}