/* 
Theme Name: S99 Child
Theme URI: https://studio99.sm
Description: S99 Child is a child theme of S99, created by Studio99 team
Author: Studio99 Team
Author URI: https://studio99.sm
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Stile base per il link “Privacy” */
.privacy-link {
    color: #0056b3;      /* colore principale del link */
    text-decoration: underline;
    font-weight: 600;
}

/* Hover (quando si passa sopra col mouse) */
.privacy-link:hover {
    color: #003d80;
    text-decoration: none;
}

/* Se vuoi rimuovere il comportamento di default su altri link */
.elementor-form .elementor-field-type-acceptance .privacy-link {
    cursor: pointer;
}