.w-footer-links {
    min-height: var(--w-footer-h);
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    background: #fff;
    color: #68716c;
    border-top: 1px solid #eef0ef;
    font-size: 11px;
}
.w-footer-links nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.w-footer-links a { text-decoration: none; }
.w-footer-links a:hover { text-decoration: underline; }
