.product-brand {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.product-brand .brand-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.product-brand .brand-logo {
    max-height: 60px;
    width: auto;
}

.product-brand .brand-name {
    font-size: 14px;
    font-weight: 600;
    color: inherit;
}