.woocommerce-product-attributes .mw-attr-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
}
.woocommerce-product-attributes .mw-attr-brand-img {
    max-height: 26px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    border: 0;
    box-shadow: none;
    margin: 0;
    vertical-align: middle;
}
.woocommerce-product-attributes .mw-attr-brand-sep {
    margin: 0 6px;
    opacity: .6;
}
.woocommerce-product-attributes .mw-attr-brand-name {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}
