/* Blog specific styles */
.blog-post img {
    max-width: 100%;
    height: auto;
}

.tag-cloud a {
    display: inline-block;
    margin: 2px;
}

.post-content h1, .post-content h2, .post-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.post-content p {
    margin-bottom: 1rem;
}

.post-content ul, .post-content ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}