.blog-content {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}
.blog-content h2 {
    color: #2c3e50;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}
.blog-post-item {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.blog-content h3 {
    margin-top: 0;
    color: #0056b3;
    font-size: 1.75rem;
}
.blog-content h4 {
    color: #17a2b8;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}
.blog-content p {
    margin-bottom: 1rem;
}