/*
 Theme Name: Lux Child
 Theme URI: https://luxeoneclub.com
 Description: Child theme for Twenty Twenty-Five
 Author: LuxeOneClub
 Template: twentytwentyfive
 Version: 1.0
*/

/* Force the entire site background to pure white */
body,
.wp-site-blocks {
    background-color: #ffffff !important;
}

/* Force the header background (behind the logo) to pure white */
header,
.site-header,
.wp-block-template-part,
.wp-block-template-part header,
.wp-block-group.is-layout-constrained,
.wp-block-group.has-global-padding {
    background-color: #ffffff !important;
}

/* Ensure the site logo has no extra background or shading */
.wp-block-site-logo,
.custom-logo-link,
.custom-logo {
    background-color: transparent !important;
    box-shadow: none !important;
    filter: none !important;
}