body > footer {
    font-size: var(--wp--preset--font-size--small);
}

body > footer ul {
    padding: 0;
}

body > footer li {
    list-style: none;
    margin-bottom: 0.5em;
}

body > footer a {
    text-decoration: none;
}

body > footer .menu-menu-principal-container {
    font-weight: bold;
}

body > footer .audit-link a {
    position: relative;
    border: 1px solid white !important;
    transform: translateY(-75%);
}