/* Sweet T Salon — footer credit + legal links.
   Dark text with the same muted-gold hover as the old "Love this site?" link. */
.elementor-location-footer a.stf-footer-link,
.elementor-divider__text a.stf-footer-link {
  color: #000000;
  text-decoration: none;
  transition: color .2s ease;
}
.elementor-location-footer a.stf-footer-link:hover,
.elementor-location-footer a.stf-footer-link:focus,
.elementor-divider__text a.stf-footer-link:hover,
.elementor-divider__text a.stf-footer-link:focus {
  color: #BDA76F;
}
.stf-legal-sep { opacity: .5; margin: 0 .45em; }
