/* jh product table: lightweight WooSB fixes that must also load when
   jh single product improvements owns the legacy single-product runtime. */
.wc-product-table .jh-product-table-bundle-quantity {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    width: auto !important;
    margin-left: auto;
}

.wc-product-table .jh-product-table-bundle-quantity .quantity {
    width: auto !important;
    margin: 0 !important;
}

.wc-product-table .jh-product-table-bundle-quantity input.qty {
    box-sizing: border-box;
    width: 3.8em !important;
    min-width: 3.8em;
    text-align: center;
}

.wc-product-table .mg-actions-row > .jh-product-table-bundle-quantity {
    order: 2;
}
