.policy-content {
    max-width: 72ch;
    margin: 0 auto;
}

.policy-content > :first-child {
    margin-top: 0;
}

.policy-content h2,
.policy-content h3 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.policy-content h2 {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1rem;
    color: var(--muted);
}

.policy-content h3 {
    font-size: 1.15rem;
    color: var(--text);
}

.policy-content p,
.policy-content ul,
.policy-content ol {
    margin: 0 0 1rem;
}

.policy-content li + li {
    margin-top: 0.35rem;
}

.policy-content a {
    color: var(--accent);
    font-weight: 600;
}

.policy-footer-note {
    margin-top: 2rem;
    color: var(--muted);
    max-width: 72ch;
}
