/*
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.   ***************/

/* === CONTRAST FIXES (2026-06-07) — remove this block to undo === */
/* Empty stars: #ddd (1.6:1) → #767676 (4.5:1) on white bg */
.stars a:after {
    color: #767676 !important;
}

/* Social icons: #999 (2.8:1) → #767676 (4.5:1) on white bg */
.social-icons {
    color: #767676 !important;
}
/* === END CONTRAST FIXES === */



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


}