/* ==================== PRIVACY CONTENT ==================== */
.privacy-content h3 {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

.privacy-content h3:first-of-type {
    margin-top: 0;
}

.privacy-content h5 {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--text);
}

.privacy-content p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.8;
}

.privacy-content ul {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 2;
    padding-left: 1.25rem;
}

.privacy-content ul li {
    margin-bottom: 0.25rem;
}

.privacy-contact {
    background: var(--light-bg);
    border-radius: var(--radius);
    padding: 1.5rem;
    margin-top: 1rem;
}

.privacy-contact p {
    margin-bottom: 0.25rem;
}
