/* Hide sidebar on all pages */
.widget-area,
#secondary {
    display: none !important;
}

/* Adjust main content width to full width when sidebar is hidden */
.site-main .container {
    width: 100%;
    max-width: 1200px;
}

/* Ensure single post container takes full width */
.single-post-container {
    width: 100%;
}