.elementor-3281 .elementor-element.elementor-element-4b14237{--display:flex;}.elementor-3281 .elementor-element.elementor-element-201ddb4{--display:flex;}.elementor-widget-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 );}/* Start custom CSS for html, class: .elementor-element-c4be12a *//* WRAPPER */
.lot-article {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #222;
}

/* CONTAINER CENTRATO */
.lot-article .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px;
}

/* TITOLO PRINCIPALE */
.lot-article h1 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}

/* SOTTOTITOLI */
.lot-article h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.lot-article h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}

/* TESTO */
.lot-article p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* LISTE */
.lot-article ul,
.lot-article ol {
  margin: 20px 0;
  padding-left: 22px;
}

.lot-article li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* LINK */
.lot-article a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
}

.lot-article a:hover {
  text-decoration: underline;
}

/* BLOCCO NUMERI (190, 192, ecc) */
.lot-article p br {
  line-height: 2;
}

/* SPAZIATURA FINALE */
.lot-article .container > *:last-child {
  margin-bottom: 0;
}

/* MOBILE */
@media (max-width: 768px) {

  .lot-article .container {
    padding: 15px;
  }

  .lot-article h1 {
    font-size: 28px;
  }

  .lot-article h2 {
    font-size: 22px;
  }

  .lot-article p {
    font-size: 16px;
  }
}/* End custom CSS */