.elementor-1585 .elementor-element.elementor-element-c343fcc{--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;}.elementor-1585 .elementor-element.elementor-element-6e28289{--display:flex;}.elementor-widget-theme-post-title .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-1585 .elementor-element.elementor-element-5fc37f4{text-align:left;}.elementor-1585 .elementor-element.elementor-element-5fc37f4 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#333333;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-1585 .elementor-element.elementor-element-6a77459 .elementor-heading-title{color:var( --e-global-color-f8a146a );}.elementor-1585 .elementor-element.elementor-element-e216f2d{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){ .elementor-1585 .elementor-element.elementor-element-e216f2d{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){ .elementor-1585 .elementor-element.elementor-element-e216f2d{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for container, class: .elementor-element-c343fcc *//* =========================================================
   DM INFISSI – Blog Article Template (Elementor)
   ========================================================= */

/* Wrapper articolo */
.dmblog-article {
  --dm-title: #1f2a37;
  --dm-text: #4b5563;
  --dm-muted: #6b7280;
  --dm-border: rgba(31,42,55,.10);
  --dm-soft: #f7f8fa;
  --dm-radius: 18px;
  --dm-shadow: 0 14px 40px rgba(0,0,0,.06);
}

/* Larghezza e centratura del “corpo” articolo */
.dmblog-article,
.dmblog-article .dmblog-inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

/* Se vuoi che il background pagina resti pulito e l’articolo sembri “card” */
.dmblog-article .dmblog-inner {
  background: #fff;
  border: 1px solid var(--dm-border);
  border-radius: var(--dm-radius);
  box-shadow: var(--dm-shadow);
  overflow: hidden;
}

/* Spaziatura interna (se usi dmblog-inner) */
.dmblog-article .dmblog-inner {
  padding: 28px 28px 34px;
}

/* Se NON usi dmblog-inner, aggiungiamo padding direttamente al wrapper */
.dmblog-article:not(:has(.dmblog-inner)) {
  padding: 28px 18px 34px;
}

/* =========================================================
   Titolo articolo
   ========================================================= */
.dmblog-title h1,
.dmblog-title .elementor-heading-title {
  color: var(--dm-title);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: 36px;
  margin: 0 0 14px 0;
}

/* Sottotitolo / meta (se in futuro aggiungi data/categoria) */
.dmblog-meta {
  color: var(--dm-muted);
  font-size: 13px;
  margin-bottom: 18px;
}

/* =========================================================
   Immagine in evidenza
   ========================================================= */
.dmblog-featured img,
.dmblog-featured .elementor-widget-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

/* Spazio tra titolo e immagine */
.dmblog-featured {
  margin-top: 6px;
  margin-bottom: 22px;
}

/* Se vuoi un look ancora più “editoriale” */
.dmblog-featured .elementor-widget-container {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

/* =========================================================
   Contenuto articolo
   ========================================================= */
.dmblog-content,
.dmblog-content .elementor-widget-container {
  color: var(--dm-text);
  font-size: 16px;
  line-height: 1.85;
}

/* Paragrafi: più aria e ritmo */
.dmblog-content p {
  margin: 0 0 14px 0;
}

/* Titoli interni (H2/H3) */
.dmblog-content h2 {
  color: var(--dm-title);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  margin: 26px 0 10px 0;
  letter-spacing: -0.01em;
}

.dmblog-content h3 {
  color: var(--dm-title);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3;
  margin: 20px 0 8px 0;
}

/* Link: puliti, professionali */
.dmblog-content a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 800;
}

.dmblog-content a:hover {
  text-decoration: underline;
}

/* Citazioni / box testo (se presenti) */
.dmblog-content blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  background: var(--dm-soft);
  border-left: 4px solid rgba(37,99,235,.55);
  border-radius: 12px;
  color: var(--dm-text);
}

/* Liste (se in futuro capitano) */
.dmblog-content ul,
.dmblog-content ol {
  margin: 10px 0 18px 22px;
}

.dmblog-content li {
  margin: 6px 0;
}

/* Immagini nel contenuto */
.dmblog-content img {
  max-width: 100%;
  border-radius: 14px;
  height: auto;
}

/* Separatore elegante (se usi hr nel contenuto) */
.dmblog-content hr {
  border: 0;
  height: 1px;
  background: rgba(31,42,55,.10);
  margin: 22px 0;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .dmblog-title h1,
  .dmblog-title .elementor-heading-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .dmblog-article .dmblog-inner {
    padding: 20px 16px 26px;
    border-radius: 14px;
  }

  .dmblog-title h1,
  .dmblog-title .elementor-heading-title {
    font-size: 26px;
  }

  .dmblog-content,
  .dmblog-content .elementor-widget-container {
    font-size: 15px;
    line-height: 1.8;
  }

  .dmblog-content h2 { font-size: 21px; }
  .dmblog-content h3 { font-size: 18px; }
}/* End custom CSS */