.elementor-1189 .elementor-element.elementor-element-788bb04{--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;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-788bb04 *//* ============================
   POST · Termografia mappatura impianti (namespace .post-thermo-map)
   ============================ */
.post-thermo-map{
  --c-primary: var(--color-primary, #0A4EA8);
  --c-accent:  var(--color-accent,  #E31C24);
  --c-bg-alt:  var(--color-bg-alt,  #F5F7FA);
  --g-300:     var(--gray-300, #D6DBE3);
  --g-700:     var(--gray-700, #4A5568);
  --g-800:     var(--gray-800, #2D3748);
}

/* Hero */
.post-thermo-map .tm-hero h1{
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: var(--c-primary);
  line-height: 1.1;
  font-size: clamp(1.85rem, 2.2vw + 1rem, 2.45rem);
  margin: 0 0 .4rem;
}
.post-thermo-map .tm-intro{ color: var(--g-800); font-size: 1.05rem; }

/* TL;DR */
.post-thermo-map .tm-callout{
  background: var(--c-bg-alt);
  border: 1px solid var(--g-300);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  margin: 1rem 0 1.2rem;
}
.post-thermo-map .tm-callout h2{
  margin: 0 0 .4rem;
  color: var(--c-primary);
  font-size: 1.15rem;
}

/* Indice */
.post-thermo-map .tm-toc{
  border-left: 3px solid var(--c-primary);
  padding: .6rem .9rem;
  margin: 1rem 0 1.4rem;
  background: #fff;
}
.post-thermo-map .tm-toc strong{
  color: var(--c-primary);
  display: inline-block;
  margin-bottom: .25rem;
}
.post-thermo-map .tm-toc a{ color: var(--c-primary); text-decoration: none; }
.post-thermo-map .tm-toc a:hover{ text-decoration: underline; }

/* Sezioni */
.post-thermo-map section{ margin: 1.2rem 0 1.2rem; }
.post-thermo-map h2{ color: var(--c-primary); margin: 0 0 .4rem; }

/* Bullets */
.post-thermo-map .tm-bullets{ margin: .4rem 0 0; padding-left: 1.1rem; }
.post-thermo-map .tm-bullets li{ margin: .28rem 0; color: var(--g-800); }

/* Note */
.post-thermo-map .tm-note{
  background:#fff;
  border-left:3px solid var(--c-accent);
  padding:.6rem .8rem;
  color:var(--g-800);
  margin:.9rem 0 0;
}

/* 3 card in linea */
.post-thermo-map .tm-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.2rem;
  margin-top: .8rem;
}
.post-thermo-map .tm-card{
  background:#fff;
  border:1px solid var(--g-300);
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
  padding:1rem 1rem 1.1rem;
}
.post-thermo-map .tm-card h3{
  margin:0 0 .25rem;
  color:var(--c-primary);
  font-weight:800;
  text-transform: lowercase;
}
.post-thermo-map .tm-card p{ margin:0; color:var(--g-800); line-height:1.45; }

/* Steps */
.post-thermo-map .tm-steps{
  display:grid;
  grid-template-columns: 1fr;
  gap: .8rem;
  margin-top: .8rem;
}
.post-thermo-map .tm-step{
  display:flex;
  gap:.8rem;
  background:#fff;
  border:1px solid var(--g-300);
  border-radius:12px;
  padding: .9rem 1rem;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
}
.post-thermo-map .tm-n{
  width:34px;height:34px;border-radius:10px;
  background: var(--c-primary);
  color:#fff;font-weight:800;
  display:inline-flex;align-items:center;justify-content:center;
  flex:0 0 auto;
}
.post-thermo-map .tm-step h3{
  margin:0 0 .1rem;
  color: var(--c-primary);
  font-weight:800;
  text-transform: lowercase;
}
.post-thermo-map .tm-step p{ margin:0; color: var(--g-800); line-height:1.45; }

/* CTA */
.post-thermo-map .tm-cta{ margin: 1.6rem 0 0; }
.post-thermo-map .tm-cta-box{
  text-align:center;
  background:#fff;
  border:1px solid var(--g-300);
  border-radius:12px;
  padding:1.2rem 1rem;
  box-shadow:0 6px 16px rgba(0,0,0,.06);
}
.post-thermo-map .tm-cta-box h3{
  margin:0 0 .25rem;
  text-transform:uppercase;
  color:var(--c-primary);
}

/* Bottone rosso pieno */
.post-thermo-map .btn-red{
  display:inline-block;
  background:var(--c-accent);
  color:#fff;
  border:2px solid var(--c-accent);
  border-radius:10px;
  font-weight:800;
  padding:.65rem 1.1rem;
  text-decoration:none;
  transition:filter .2s, transform .2s;
}
.post-thermo-map .btn-red:hover{
  filter:brightness(.92);
  transform:translateY(-1px);
}

/* Responsive */
@media (max-width: 992px){
  .post-thermo-map .tm-cards{ grid-template-columns: 1fr; }
}
@media (max-width: 575px){
  .post-thermo-map .tm-hero h1{
    font-size: clamp(1.65rem, 3.2vw + 1rem, 2.1rem);
  }
}/* End custom CSS */