.SiteFooter {
    position: relative;
    color: var(--gp-text-muted);
}

.SiteFooter ul,
.SiteFooter ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.SiteFooter li,
.SiteFooter .menu-item {
    list-style: none;
}

.SiteFooter :where(h1, h2, h3, h4, h5, h6) {
    color: var(--gp-text);
}

.SiteFooter :where(a) {
    color: inherit;
    text-decoration: none;
}

.SiteFooter :where(a:hover),
.SiteFooter :where(a:focus-visible) {
    color: var(--gp-text);
}