.elementor-3523 .elementor-element.elementor-element-25b3008{--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;--padding-top:60px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}@media(max-width:767px){.elementor-3523 .elementor-element.elementor-element-512e2ac{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-512e2ac *//* ================================
   LEGAL PAGES STYLE — LOUNGEVITA
   ================================ */

.legal-page {
  font-family: 'Montserrat', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
  color: #2B333C;
}

/* Titolo principale */
.legal-page h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

/* Linea elegante sotto H1 */
.legal-page h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #D6B35A;
  margin-top: 12px;
}

/* Sottotitoli */
.legal-page h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.4;
}

/* Testo */
.legal-page p {
  font-size: 15.5px;
  line-height: 1.85;
  margin-bottom: 14px;
  color: #4a5560;
}

/* Liste */
.legal-page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.legal-page li {
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 6px;
  color: #4a5560;
}

/* Link */
.legal-page a {
  color: #2B333C;
  text-decoration: underline;
  opacity: 0.85;
  transition: 0.3s ease;
}

.legal-page a:hover {
  opacity: 1;
}

/* Sezioni */
.legal-page section {
  margin-bottom: 10px;
}

/* Spaziatura più elegante tra blocchi */
.legal-page section + section {
  margin-top: 20px;
}

/* ================================
   MOBILE
   ================================ */

@media (max-width: 767px){

  .legal-page {
    padding: 60px 18px;
  }

  .legal-page h1 {
    font-size: 26px;
  }

  .legal-page h2 {
    font-size: 18px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 14.5px;
  }

}/* End custom CSS */