.brand-logo-link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    color: inherit;
    text-decoration: none !important;
}

.brand-logo-link:hover {
    text-decoration: none !important;
}

.brand-logo-link--center {
    justify-content: center;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.brand-logo__iconWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.brand-logo__icon,
.brand-logo__wordmark {
    display: block;
    height: auto;
}

.brand-logo__icon {
    width: 32px;
}

.brand-logo__wordmark {
    width: 64px;
    transform: translateY(1px);
}

.brand-logo--legacy .brand-logo__icon {
    width: 30px;
}

.brand-logo--legacy .brand-logo__wordmark {
    width: 72px;
}

@media (max-width: 599.98px) {
    .brand-logo__icon {
        width: 26px;
    }

    .brand-logo__wordmark {
        width: 54px;
    }

    .brand-logo--legacy .brand-logo__icon {
        width: 28px;
    }

    .brand-logo--legacy .brand-logo__wordmark {
        width: 60px;
    }
}

@media (max-width: 359.98px) {
    .brand-logo--responsive .brand-logo__wordmark {
        display: none;
    }
}
