/**
 * Fallback section backgrounds when no palette color is saved on the block.
 * Once a color is chosen in the editor, WordPress adds .has-background and preset classes.
 */
.wp-block-custom-theme-saela-faq-section:not(.has-background),
.wp-block-custom-theme-saela-pillars-grid:not(.has-background),
.wp-block-custom-theme-saela-state-intro:not(.has-background),
.wp-block-custom-theme-saela-split-intro:not(.has-background),
.wp-block-custom-theme-saela-comparison-table:not(.has-background),
.wp-block-custom-theme-saela-nap-section:not(.has-background),
.wp-block-custom-theme-saela-section-intro:not(.has-background),
.wp-block-custom-theme-saela-stats-bar:not(.has-background) {
	background-color: var(--wp--preset--color--sand);
}

.wp-block-custom-theme-saela-reviews-grid:not(.has-background),
.wp-block-custom-theme-saela-services-grid:not(.has-background),
.wp-block-custom-theme-saela-office-cards:not(.has-background),
.wp-block-custom-theme-saela-scenic-band:not(.has-background),
.wp-block-custom-theme-saela-protection-program:not(.has-background),
.wp-block-custom-theme-saela-steps-grid:not(.has-background),
.wp-block-custom-theme-saela-pest-cards:not(.has-background),
.wp-block-custom-theme-saela-photo-band:not(.has-background),
.wp-block-custom-theme-saela-city-hero:not(.has-background),
.wp-block-custom-theme-saela-locations-grid:not(.has-background),
.wp-block-custom-theme-saela-lead-form:not(.has-background),
.wp-block-custom-theme-saela-header:not(.has-background),
.wp-block-custom-theme-saela-hero:not(.has-background),
.wp-block-custom-theme-saela-feature-cards:not(.has-background),
.wp-block-custom-theme-saela-media-split:not(.has-background),
.wp-block-custom-theme-saela-state-hero:not(.has-background) {
	background-color: var(--wp--preset--color--white);
}

.wp-block-custom-theme-saela-city-directory:not(.has-background),
.wp-block-custom-theme-saela-state-cta:not(.has-background),
.wp-block-custom-theme-saela-diy-split:not(.has-background),
.wp-block-custom-theme-saela-offices-band:not(.has-background),
.wp-block-custom-theme-saela-footer:not(.has-background) {
	background-color: var(--wp--preset--color--forest);
}

.wp-block-custom-theme-saela-stat-callout:not(.has-background) {
	background-color: var(--wp--preset--color--sunset);
}
