.elementor-830 .elementor-element.elementor-element-78b0e5b{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-6746ac4 *//* WRAPPER GENERALE */
.privacy-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #111;
}

/* TITOLO PRINCIPALE */
.privacy-wrapper h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* SOTTOTITOLI */
.privacy-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}

/* TESTO */
.privacy-wrapper p {
  font-size: 15px;
  margin-top: 10px;
}

/* LINK (EMAIL ROSSA) */
.privacy-wrapper a {
  color: #e00000;
  text-decoration: none;
}

.privacy-wrapper a:hover {
  text-decoration: underline;
}

/* 📱 MOBILE OPTIMIZATION */
@media (max-width: 768px) {

  .privacy-wrapper {
    max-width: 100%;
    padding: 0 20px;
    text-align: left; /* più leggibile su mobile */
  }

  .privacy-wrapper h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .privacy-wrapper h3 {
    font-size: 16px;
    margin-top: 20px;
  }

  .privacy-wrapper p {
    font-size: 14px;
    line-height: 1.5;
  }

}

/* 📱 EXTRA SMALL (iPhone piccoli ecc) */
@media (max-width: 480px) {

  .privacy-wrapper h1 {
    font-size: 22px;
  }

  .privacy-wrapper h3 {
    font-size: 15px;
  }

  .privacy-wrapper p {
    font-size: 13.5px;
  }

}/* End custom CSS */