/* ── Privacy Policy page ─────────────────────────────────────── */

.ba-privacy-content {
    padding: 3rem 0;
}

.ba-privacy-content .container-xl {
    max-width: 800px;
}

.ba-privacy-content h2,
.ba-privacy-content h3,
.ba-privacy-content h4 {
    margin-top: 2rem;
    margin-bottom: .75rem;
    font-weight: 600;
}

.ba-privacy-content h2:first-child,
.ba-privacy-content h3:first-child,
.ba-privacy-content h4:first-child {
    margin-top: 0;
}

.ba-privacy-content p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--color-text-muted, #6c757d);
}

.ba-privacy-content ul,
.ba-privacy-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.7;
    color: var(--color-text-muted, #6c757d);
}

.ba-privacy-content li {
    margin-bottom: .35rem;
}

.ba-privacy-content a {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}
