/* Blog post heading styles */
.single-post .entry-content h2,
.blog .entry-content h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
}

.single-post .entry-content h3,
.blog .entry-content h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.single-post .entry-content h4,
.blog .entry-content h4 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.single-post .entry-content h5,
.blog .entry-content h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

/* Mobile responsive adjustments */
@media screen and (max-width: 768px) {
    .single-post .entry-content h2,
    .blog .entry-content h2 {
        font-size: 22px !important;
    }

    .single-post .entry-content h3,
    .blog .entry-content h3 {
        font-size: 18px !important;
    }

    .single-post .entry-content h4,
    .blog .entry-content h4 {
        font-size: 16px !important;
    }

    .single-post .entry-content h5,
    .blog .entry-content h5 {
        font-size: 15px !important;
    }
}
