.elementor-246 .elementor-element.elementor-element-35b7597{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-246 .elementor-element.elementor-element-08bb3f9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-246 .elementor-element.elementor-element-08bb3f9 .elementor-heading-title{font-family:"Nunito", Sans-serif;font-size:23px;font-weight:700;}.elementor-246 .elementor-element.elementor-element-73d1684{font-family:"Open Sans", Sans-serif;font-size:18px;}.elementor-246 .elementor-element.elementor-element-f906cf3 .elementor-button{background-color:#2A5A39;font-family:"Nunito", Sans-serif;font-size:22px;font-weight:700;fill:#F1F1F1;color:#F1F1F1;border-radius:15px 15px 15px 15px;padding:23px 30px 23px 30px;}.elementor-246 .elementor-element.elementor-element-f906cf3 .elementor-button:hover, .elementor-246 .elementor-element.elementor-element-f906cf3 .elementor-button:focus{background-color:#1A3622;}.elementor-246 .elementor-element.elementor-element-f906cf3{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}@media(max-width:767px){.elementor-246 .elementor-element.elementor-element-08bb3f9{width:initial;max-width:initial;}}/* Start custom CSS for heading, class: .elementor-element-08bb3f9 *//* 1. RESET DEL CONTENITORE */
.elementor-field-type-acceptance {
  display: block !important;
  position: relative !important;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px !important;
  text-align: left !important;
}

/* 2. IL QUADRATINO - REGOLAZIONE ALTEZZA DESKTOP */
.elementor-form .elementor-field-type-acceptance input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    float: left !important;
    
    width: 18px !important; 
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;

    border: 3px solid #FFFF00 !important; 
    background-color: #FFFFFF !important;
    border-radius: 2px !important;
    
    margin-right: 12px !important; 
    
    /* MODIFICA QUI: Diminuendo questo numero (es. da 4px a 2px) la casella sale */
    margin-top: 2px !important; 
    
    cursor: pointer;
    display: block !important;
}

/* 3. IL TESTO */
.elementor-field-type-acceptance label {
  display: block !important;
  line-height: 1.5 !important;
  cursor: pointer;
  font-size: 16px !important;
  margin: 0 !important;
}

/* 4. OTTIMIZZAZIONE MOBILE (Testo 14px) */
@media (max-width: 767px) {
  .elementor-field-type-acceptance label {
    font-size: 14px !important;
  }
  .elementor-form .elementor-field-type-acceptance input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    /* Su mobile la teniamo leggermente più bassa per il font piccolo */
    margin-top: 3px !important; 
  }
}

/* 5. SIMBOLO SPUNTA (BOLD E GRANDE) */
.elementor-form .elementor-field-type-acceptance input[type="checkbox"]:checked {
    background-color: #FFFFFF !important;
    border-color: #FFFF00 !important;
    /* Disegno Bold */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 85% 85% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.evidenziatore {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.evidenziatore::after {
    content: "";
    position: absolute;
    left: -2%;
    top: 20%;
    width: 104%;
    height: 70%;
    background-color: #24F558;
    filter: blur(14px);
    z-index: -1;
    border-radius: 20px;
}/* End custom CSS */