/* A fixed bundle never fires Magento's option-change price reveal. */
.catalog-product-view .product-secondary-column.azb-bundle-no-options .product-options-bottom > .price-box {
    display: flex !important;
}

.catalog-product-view .product-secondary-column.azb-bundle-no-options .product-options-bottom .price-as-configured {
    display: block !important;
    margin: 0 !important;
}
