/* Hide the specific blog category header */
.theme-blog-list-seo {
    display: none !important;
}

/* Hide the entire categories section */
.theme-blog-category-container {
    display: none !important;
}

/* Hide the categories column to reclaim space */
.theme-blog-category-column {
    display: none !important;
}

/* Adjust the blog container column to full width */
.zpcol-md-7.theme-blog-container-column {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Hide blog categorized as text */
.theme-blog-list-seo {
    display: none !important;
}