/* CPX Finance Light V0.1.14 brand polish */

.site-branding__wordmark,
.site-footer__wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    color: var(--light-primary);
    font-weight: 800;
    letter-spacing: -.04em;
    text-decoration: none;
}

.site-branding__wordmark {
    font-size: 21px;
    line-height: 1;
}

.site-footer__wordmark {
    font-size: 20px;
    line-height: 1.1;
}

.site-branding__wordmark-suffix,
.site-footer__wordmark-suffix {
    color: var(--light-accent);
}

.site-branding__logo,
.site-branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.site-branding__logo img,
.site-branding .custom-logo {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 40px;
    object-fit: contain;
}

.site-footer__brand-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.site-footer__brand-wrap > p {
    margin: 0;
}

@media (max-width: 760px) {
    .site-branding__wordmark {
        font-size: 19px;
    }

    .site-branding__logo img,
    .site-branding .custom-logo {
        max-width: 175px;
        max-height: 34px;
    }

    .site-footer__wordmark {
        font-size: 19px;
    }
}
