.site-footer {
    margin-top: 64px;

    background: var(--rb-surface);
    border-top: 1px solid var(--rb-border);
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 96px;

    color: var(--rb-text-muted);
}

.site-footer__brand {
    font-weight: 700;

    color: var(--rb-text);
}