/* Single Post Specific Styles */
.single-post-content {
    margin-top: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.single-post-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.related-posts {
    border-top: 1px solid var(--border-color);
    padding-top: 3rem;
    margin-top: 4rem;
}
