.brand-logo {
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    flex-shrink: 0;
}

.brand-logo-default {
    display: block;
    height: 44px;
    width: auto;
}

.site-footer {
    padding: 24px 0 30px;
}

.site-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 14px 20px;
    text-align: center;
}

.site-footer-inner p {
    margin: 0;
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--muted);
}

.footer-logo {
    display: block;
    height: 34px;
    width: auto;
}

@media (max-width: 720px) {
    .brand-logo-default {
        height: 32px;
    }

    .footer-logo {
        height: 28px;
    }
}
