/*
Theme Name: Client Name
Theme URI: https://clientsite.com
Author: LMH Agency
Author URI: https://lmh.agency
Description: Custom child theme for Client Name
Version: 1.0.0
License: Proprietary
Template: lmh-parent
Text Domain: client-name
*/

/* ==========================================================================
   CLIENT-SPECIFIC STYLES
   ========================================================================== */

/* Add client-specific CSS here or in separate files */


/* Content link visibility fix: body content links were inheriting white and disappearing on white sections */
.gcontent a,
.left-text a { color: #002E70 !important; text-decoration: underline; }
.gcontent a:hover,
.left-text a:hover { color: #C8102E !important; }
