/*
 * ************************************************************
 * ************************************************************
 * ** Copyright (c) flavio.ferrara.it
 * ** All rights reserved.
 * **
 * ** Strict Proprietary Notice:
 * ** This website data, source code, and associated
 * ** assets are the exclusive property of flavio.ferrara.it.
 * ** Unauthorized copying, modification,
 * ** or distribution via any medium is strictly prohibited.
 * ************************************************************
 * ************************************************************
 */

/* ==========================
   SECTION / PRIVACY
========================== */

.privacy-content{
    max-width:850px;
    margin:0 auto;
    color:var(--charcoal);
}

.privacy-content h2{
    margin-top:36px;
}

.privacy-content p{
    margin-bottom:20px;
    color:var(--slate);
    font-size:1.05rem;
}

/* Matches .timeline-card li a (components/timeline.css) — a faded
   underline by default, solidifying on hover/focus, so in-body links
   read as clearly clickable rather than blending into the paragraph. */
.privacy-content a{
    color:var(--accent);
    font-weight:600;
    text-decoration:underline;
    text-decoration-color:rgba(27,122,74,0.35);
    text-underline-offset:2px;
    transition:text-decoration-color 0.2s ease;
}

.privacy-content a:hover,
.privacy-content a:focus-visible{
    text-decoration-color:var(--accent);
}
