body > footer a {
    text-decoration: none;
    &:hover {
        text-decoration: underline;
        text-underline-offset: 0.25em;
    }
}

body > footer .tagline {
    font-size: 1.125rem;
}

.menu-menu-legal-container {
    display: inline-block;
}
#menu-menu-legal {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    & > li {
        display: inline-block;
        &::before {
            content: '| ';
        }
    }
}