/* UpLiftics — Core (minimal)
   Purpose: safe, site-wide helpers without tying to Elementor.
*/
:root{
  --upl-red:#ff3b3b;
  --upl-gold:#d7b56d;
  --upl-gray:#c1c1c1;
}

/* Prevent accidental blue link regressions inside content areas */
.upl-noblue a,
.upl-noblue a:visited{
  color: inherit;
  text-decoration: none;
}
.upl-noblue a:hover{ text-decoration: underline; }
