.elementor-30 .elementor-element.elementor-element-4586eba > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* =========================================================================
   TENDAPIÙ — Pagina "Contatti" / livello grafico
   Incolla in: Modifica pagina → Impostazioni (⚙️) → Avanzate → CSS personalizzato
   (solo regole pure, no <style>). Richiede Google Fonts ON + Elementor Pro (Form).
   ========================================================================= */
:root{
  --tp-brown:#44322B; --tp-dark:#241B16; --tp-cream:#F6F1EB;
  --tp-text:#5A5048;  --tp-gold:#C9A48B;  --tp-white:#FFFFFF;
}

/* ---- KICKER con filetti ---- */
.tp-kicker .elementor-heading-title{ display:inline-flex; align-items:center; gap:16px; line-height:1; }
.tp-kicker.elementor-widget-heading{ text-align:center; }
.tp-kicker-left.elementor-widget-heading{ text-align:left; }
.tp-kicker .elementor-heading-title::before,
.tp-kicker .elementor-heading-title::after{ content:""; width:38px; height:1px; background:currentColor; opacity:.55; }
.tp-kicker-left .elementor-heading-title::before{ display:none; }

/* ---- BOTTONI ---- */
.tp-btn .elementor-button{
  font-family:"Jost",sans-serif; font-weight:600; font-size:13px;
  text-transform:uppercase; letter-spacing:1.5px;
  transition:transform .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;
}
.tp-btn .elementor-button:hover{ transform:translateY(-3px); }
.tp-btn-gold  .elementor-button:hover{ background:var(--tp-brown)!important; color:var(--tp-white)!important; box-shadow:0 12px 26px rgba(0,0,0,.2); }

/* ---- HERO ---- */
.tp-cnt-hero .elementor-heading-title{ line-height:1.05; }

/* ---- RECAPITI ---- */
.tp-cnt-info .elementor-icon-list-text{ font-family:"Jost",sans-serif; }
.tp-cnt-info .elementor-icon-list-item:hover .elementor-icon-list-text{ color:var(--tp-brown); }

/* ---- FORM CARD ---- */
.tp-cnt-formcard{ box-shadow:0 20px 50px rgba(68,50,43,.14); }
.tp-form .elementor-field-group{ margin-bottom:14px; }
.tp-form .elementor-field{
  border:1px solid #E2D9CF!important; border-radius:3px!important;
  padding:14px 16px!important; background:#FCFAF7!important;
  transition:border-color .25s ease, box-shadow .25s ease;
}
.tp-form .elementor-field:focus{
  border-color:var(--tp-gold)!important; box-shadow:0 0 0 3px rgba(201,164,139,.30)!important; outline:none;
}
.tp-form .elementor-button{ padding-top:16px; padding-bottom:16px; margin-top:6px; }

/* ---- MAPPA ---- */
.tp-cnt-map iframe{ filter:grayscale(.25) contrast(1.02); transition:filter .4s ease; }
.tp-cnt-map:hover iframe{ filter:none; }

/* ---- RESPONSIVE ---- */
@media (max-width:767px){
  .tp-cnt-formcard{ padding:28px 22px 30px !important; }
}/* End custom CSS */