.policy-sidenav {
    position: sticky;
    top: 2rem;
}

.policy-section h2 {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.policy-subsection h3 {
    font-weight: 600;
}

.policy-definitions dt {
    font-weight: 600;
}

@media (max-width: 991px) {
    .policy-sidenav {
        position: static;
        margin-bottom: 2rem;
    }
}