/* ========================================
   SITE-WIDE CLEAN LAYOUT
   Remove breadcrumbs, sidebar, and widgets
   Applies to ALL PAGES
   ======================================== */

/* Hide ALL breadcrumbs everywhere */
.breadcrumb,
.breadcrumbs,
.rank-math-breadcrumb,
.yoast-breadcrumb,
.entry-header,
.entry-title {
    display: none !important;
}

/* Hide ALL sidebars site-wide */
.sidebar,
.widget-area,
aside,
#secondary,
.site-sidebar {
    display: none !important;
}

/* Make ALL content full width */
.content-area,
.site-main,
#primary,
.site-content,
.main-content {
    width: 100% !important;
    max-width: 1400px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

/* Remove ALL widgets everywhere */
.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_categories,
.widget_search,
.widget_meta,
.widget_pages,
.widget_calendar,
.widget_tag_cloud {
    display: none !important;
}

/* Clean up entry meta, navigation, footer on all pages */
.entry-meta,
.post-navigation,
.entry-footer,
.post-meta {
    display: none !important;
}

