/* Home Page Specific Styles */

/* Ensure hero section and posts have consistent 800px max-width */
.hero-minimal,
#recent-posts-section,
#content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#recent-posts-section .topic-grid {
    width: 100%;
}

/* Paragraph spacing in blog content */
#content p {
    margin-bottom: 1rem;
}