.elementor-3389 .elementor-element.elementor-element-b74f668{--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-e5a092b */.tour-article {
  max-width: 820px;
  margin: auto;
  padding: 25px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.8;
  color: #2b2b2b;
}

/* TITOLI */
.tour-article h1 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.tour-article h2 {
  font-size: 26px;
  margin-top: 45px;
  margin-bottom: 15px;
  color: #0f4c5c;
}

/* TESTO */
.tour-article p {
  font-size: 18px;
  margin-bottom: 18px;
}

.intro {
  font-size: 20px;
  font-weight: 500;
}

/* LISTE */
.tour-article ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.tour-article li {
  font-size: 18px;
  margin-bottom: 8px;
}

/* CTA */
.cta-container {
  text-align: center;
  margin: 40px 0;
}

.cta-text {
  font-size: 18px;
  margin-bottom: 12px;
  color: #444;
}

.cta-text.strong {
  font-size: 22px;
  font-weight: 600;
}

.cta-button {
  background: linear-gradient(135deg, #0f4c5c, #1a6f7a);
  color: #fff;
  padding: 16px 34px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.cta-button.big {
  font-size: 20px;
  padding: 18px 40px;
}

.cta-container.final {
  margin-top: 60px;
}

/* MOBILE */
@media (max-width: 768px) {
  .tour-article h1 {
    font-size: 28px;
  }

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

  .tour-article p,
  .tour-article li {
    font-size: 17px;
  }

  .cta-button {
    width: 90%;
    padding: 18px;
  }
}/* End custom CSS */