.elementor-3 .elementor-element.elementor-element-38778670{margin-top:050px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-cbde3a5 */.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;
}

.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 a {
    color: #355889;
}

/* 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;
}

/* Box indirizzo */
.privacy-content .address-box {
    background: rgba(53, 88, 137, 0.05); /* 5% colore primario */
    padding: 15px;
    border-left: 4px solid #355889;
    margin: 15px 0;
    font-style: normal;
    color: #355889;
}

/* Tabelle */
.privacy-content .table-container {
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid #dbe2e8;
    border-radius: 6px;
}

.privacy-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.privacy-content th, 
.privacy-content td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #dbe2e8;
    vertical-align: top;
}

.privacy-content th {
    background-color: rgba(53, 88, 137, 0.08);
    font-weight: 700;
}

.privacy-content tr:last-child td {
    border-bottom: none;
}

/* Liste */
.privacy-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.privacy-content li {
    margin-bottom: 8px;
}

/* Box Evidenza */
.privacy-content .highlight-box {
    background-color: rgba(53, 88, 137, 0.05);
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}

.privacy-content a {
    text-decoration: underline;
    text-decoration-color: rgba(53, 88, 137, 0.4);
}

.privacy-content a:hover {
    text-decoration-color: #355889;
}

.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 */