.elementor-72 .elementor-element.elementor-element-8e139c5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-72 .elementor-element.elementor-element-ed8bf32{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-72 .elementor-element.elementor-element-a0a9a17 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-72 .elementor-element.elementor-element-a0a9a17{text-align:center;}.elementor-72 .elementor-element.elementor-element-a0a9a17 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:3.25vw;font-weight:700;color:#00AAB6;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-72 .elementor-element.elementor-element-d6f9f53 > .elementor-widget-container{margin:01.5% 0% 0% 0%;padding:0px 0px 0px 0px;}.elementor-72 .elementor-element.elementor-element-d6f9f53{text-align:center;font-family:"Inter", Sans-serif;font-size:2.25vw;font-weight:400;line-height:1.3em;}.elementor-72 .elementor-element.elementor-element-d6f9f53 p{margin-block-end:0px;}.elementor-72 .elementor-element.elementor-element-216c5aa > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-72 .elementor-element.elementor-element-216c5aa{font-family:"Inter", Sans-serif;font-weight:400;}@media(max-width:767px){.elementor-72 .elementor-element.elementor-element-a0a9a17 .elementor-heading-title{font-size:4.5vw;}.elementor-72 .elementor-element.elementor-element-d6f9f53{font-size:3vw;}}/* Start custom CSS for text-editor, class: .elementor-element-216c5aa *//* =========================================
   1. STILI BASE (MOBILE FIRST) - 3vw
   ========================================= */

/* --- FIX TITOLI E SOTTOTITOLI (TUTTE LE VARIANTI PLUGIN) --- */
/* Qui elenco tutte le possibili classi usate dal plugin per sicurezza */
.wpcf7 label,
.wpcf7-form h2,
.wpcf7-form h3,
.wpcf7-form legend,       /* Spesso usato dai plugin step */
.msf-step-title,
.msf_multistep_title,     /* Variante comune */
.msf-title,
.msf-header {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 3vw !important; /* Mobile */
  color: #022340 !important;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* --- DESCRIZIONI E PARAGRAFI (SOTTOTITOLI) --- */
.wpcf7-form p,
.msf-step-description,
.msf_multistep_description, /* Variante comune */
.msf-description,
.msf-text {
  font-family: 'Inter', sans-serif;
  font-size: 3vw !important; /* Mobile */
  font-weight: normal;
  color: #022340 !important;
  line-height: 1.5;
}

/* --- CAMPI INPUT --- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7-list-item-label {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 3vw;
  color: #022340;
  border: 1px solid transparent; 
  border-radius: 20px;
}

/* --- RADIO BUTTONS --- */
.wpcf7 input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #00AAB6;
  width: 2.5vw; 
  height: 2.5vw;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1vw;
}

.wpcf7 input[type="radio"]:checked::before {
  content: '';
  width: 1.4vw;
  height: 1.4vw;
  background-color: #00AAB6;
  border-radius: 50%;
}

/* --- FOCUS/HOVER CAMPI --- */
.wpcf7 input[type="text"]:hover, .wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:hover, .wpcf7 input[type="email"]:focus,
.wpcf7 textarea:hover, .wpcf7 textarea:focus,
.wpcf7 select:hover, .wpcf7 select:focus {
  border: 1px solid #00AAB6;
  border-radius: 20px;
  outline: none; 
}

.wpcf7-not-valid-tip {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 2.5vw;
}

/* =========================================
   2. STILI PULSANTI (OVERRIDE TOTALE)
   ========================================= */

.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"],
.wpcf7-form button,
.wpcf7-submit,
.msf-nav-button {
    font-family: 'Inter', sans-serif;
    font-size: 2.5vw !important; /* Mobile */
    background-color: #00AAB6 !important; 
    background: #00AAB6 !important; 
    color: #fff !important;
    cursor: pointer;
    padding: 10px 4% !important;
    border: 1px solid #ffffff !important;
    border-radius: 10px !important;
    display: inline-block;
    vertical-align: middle;
    width: auto !important; 
    margin: 5px !important; 
    transition: all 0.3s ease;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Hover Pulsanti */
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form button:hover {
    background-color: #008891 !important;
    border-color: #ffffff !important;
}

/* =========================================
   3. FIX ALLINEAMENTO "INDIETRO" E "CREA"
   ========================================= */

/* Forza Flexbox sul contenitore della navigazione */
.msf-navigation, 
.msf-navigation-buttons,
.multistep-nav,
.wpcf7-form-control-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important; 
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 10px !important; /* Spaziatura extra sicura */
}

/* Reset dei div contenitori dei pulsanti */
.msf-navigation div,
.msf-navigation-buttons div {
    width: auto !important;
    float: none !important;
    display: block !important;
}

/* =========================================
   4. TABLET E COMPUTER (min-width: 768px)
   ========================================= */

@media (min-width: 768px) {
    
    /* Reset dimensioni testi a 2vw */
    /* Inclusi i selettori speciali del plugin */
    .wpcf7 label,
    .wpcf7-form h2,
    .wpcf7-form h3,
    .wpcf7-form legend,
    .msf-step-title,
    .msf_multistep_title,
    .msf-title,
    .msf-header,
    .wpcf7-form p,
    .msf-step-description,
    .msf_multistep_description,
    .msf-description,
    .msf-text,
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select,
    .wpcf7-list-item-label {
        font-size: 2vw !important; 
    }

    /* Radio desktop */
    .wpcf7 input[type="radio"] {
        width: 1.5vw;
        height: 1.5vw;
        margin-right: 0.5vw;
    }
    .wpcf7 input[type="radio"]:checked::before {
        width: 0.8vw;
        height: 0.8vw;
    }

    .wpcf7-not-valid-tip { font-size: 1.5vw; }

    /* PULSANTI DESKTOP */
    .wpcf7-form input[type="submit"],
    .wpcf7-form input[type="button"],
    .wpcf7-form button,
    .wpcf7-submit,
    .msf-nav-button {
        font-size: 1.5vw !important;
        margin: 10px !important;
    }
}/* End custom CSS */