/*
Theme Name: PL Light Child
Theme URI: https://pllight.com
Description: P.L. Light Systems custom child theme of Hello Elementor. Carries the brand tokens, menu locations, and theme hooks for the rebuild.
Author: CSP Marketing Solutions
Author URI: https://cspmarketingsolutions.com
Template: hello-elementor
Version: 0.1.0
Text Domain: pl-light-child
*/

/* Base brand variables. Spectrum palette + cool gray, per project_brand_identity memory. */
:root {
  --pl-magenta: #AD1F69;
  --pl-red:     #C42727;
  --pl-orange:  #D16D32;
  --pl-yellow:  #E6B229;
  --pl-lime:    #E5D129;
  --pl-green:   #B0C633;
  --pl-leaf:    #449A46;
  --pl-teal:    #40A3A1;
  --pl-bone-50: #FBFAF6;
  --pl-neutral-900: #1a1a1a;
}

/* Content link color: brand teal. Overrides Hello reset.css default (#CC3366). 2026-06-05 */
.elementor-widget-text-editor a:not(.elementor-button),
.elementor-widget-icon-list a {
  color: #40A3A1;
}
.elementor-widget-text-editor a:not(.elementor-button):hover,
.elementor-widget-icon-list a:hover {
  color: #349291;
}

/* Footer legal links (Terms & Conditions / Privacy Policy) live in a flex-row
   container (f4e8a46) that has no gap, so the two headings rendered glued together
   ("Terms & ConditionsPrivacy Policy"). Add a gap. 2026-06-18 */
.elementor-41 .elementor-element-f4e8a46 { gap: 6px 18px; }
