/**
 * Evo Compliance — Legal pages footer links + page styling.
 * @license AFL-3.0
 */
.evocc-legal-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.9em;
}
.evocc-legal-links .evocc-legal-link a {
    text-decoration: none;
}
.evocc-legal-links .evocc-legal-link a:hover {
    text-decoration: underline;
}
.evocc-legal-page h2 {
    margin-top: 0;
}
.evocc-legal-page h3 {
    margin-top: 1.25rem;
}
.evocc-legal-note {
    margin-top: 1.5rem;
    opacity: 0.7;
}
