.site-footer__bottom .last-menu-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.site-footer__bottom .last-menu-extra {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-footer__bottom .last-menu-extra::before {
    content: "";
    border-right: 1px solid rgba(29, 29, 29, 0.1);
    margin-left: 24px;
    margin-right: 24px;
    min-height: 20px;
}

.site-footer__bottom .last-menu-extra a {
    color: rgba(29, 29, 29, 0.4);
    white-space: nowrap;
}

@media (max-width: 640px) {
    .site-footer__bottom .last-menu-wrap {
        flex-wrap: wrap;
    }

    .site-footer__bottom .last-menu-extra {
        width: 100%;
        margin-top: 1rem;
    }

    .site-footer__bottom .last-menu-extra::before {
        display: none;
    }
}
