/* 1. Remove Header Shading/Filter */
.header .cover, .img-shade, .header-filter {
    display: none !important;
}

/* 2. Global Layout: Force Single Column & Center Content */
/* Targets all single post types, archives, categories, and search results */
.single .sidebar, .archive .sidebar, .category .sidebar, .search .sidebar {
    display: none !important;
}

.single .content, .archive .content, .category .content, .search .content {
    width: 100% !important;
    max-width: 1200px !important;
    float: none !important;
    margin: 0 auto !important;
}

/* 3. Footer: Subscribe Text (Black to White) */
.footer .widget, .footer .widget-title, .footer label, .footer p, .footer #subscribe-blog {
    color: #ffffff !important;
}

/* 4. Social Icons: Custom Branding (Orange to White) */
.footer .is-style-logos-only .wp-social-link a {
    color: #ff9900 !important;
}

.footer .is-style-logos-only .wp-social-link a:hover {
    color: #ffffff !important;
    transition: color 0.2s ease-in-out;
}