.elementor-246869 .elementor-element.elementor-element-38778670{margin-top:050px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-cbde3a5 *//* Stile del contenitore principale */
.privacy-content {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    line-height: 1.6;
    color: #355889; /* Colore base richiesto */
}

/* Forzatura colore su tutti gli elementi testuali */
.privacy-content h1,
.privacy-content h2,
.privacy-content h3,
.privacy-content p,
.privacy-content li,
.privacy-content td,
.privacy-content th,
.privacy-content strong,
.privacy-content em,
.privacy-content a {
    color: #355889 !important;
}

/* Intestazioni */
.privacy-content header {
    border-bottom: 3px solid #355889;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.privacy-content h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.privacy-content .subtitle {
    font-style: italic;
    opacity: 0.8;
    margin: 0;
}

.privacy-content h2 {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Liste */
.privacy-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

/* Supporto per liste annidate (utili nella cookie policy) */
.privacy-content ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    list-style-type: circle;
}

.privacy-content li {
    margin-bottom: 12px; /* Leggermente aumentato per leggibilità */
}

/* Box Evidenza */
.privacy-content .highlight-box {
    background-color: rgba(53, 88, 137, 0.05);
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    border-left: 4px solid #355889;
}

/* Link */
.privacy-content a {
    text-decoration: underline;
    text-decoration-color: rgba(53, 88, 137, 0.4);
    font-weight: 600;
}

.privacy-content a:hover {
    text-decoration-color: #355889;
}

/* Footer */
.privacy-content footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #dbe2e8;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.9;
}/* End custom CSS */