/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Opt out of dark mode in WebViews (WhatsApp, etc.) */
:root { color-scheme: light; }

/* Ensure light backgrounds are explicit (prevents auto-inversion) */
html, body { background: #FFFDF7 !important; color: #1f2937 !important; }

/* Common containers you use */
.hero, .card, .wrap, .strip { background-color: #ffffff !important; }

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

:root { color-scheme: light; }

/* Ensure light backgrounds are explicit (prevents auto-inversion) */
html, body { background: #FFFDF7 !important; color: #1f2937 !important; }

/* Common containers you use */
.hero, .card, .wrap, .strip { background-color: #ffffff !important; }
}