/* Elementor product-price widgets do not have WooCommerce's .summary wrapper.
 * Deliberately desktop-only: keep the accepted mobile and Shop styles intact.
 */
@media (min-width: 769px) {
    body.single-product .elementor-widget-woocommerce-product-price .floba-offer-prices {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin-inline: 0 !important;
        text-align: left !important;
    }
    body.single-product .elementor-widget-woocommerce-product-price .floba-offer-terms {
        display: block !important;
        position: static !important;
        float: none !important;
        clear: both !important;
        transform: none !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: none !important;
        margin: 12px 0 0 !important;
        padding: 11px 14px !important;
        border: 1px solid rgba(47,125,85,.28) !important;
        border-radius: 5px !important;
        background: rgba(47,125,85,.07) !important;
        color: #2f5b42 !important;
        text-align: left !important;
        font-size: 20px !important;
        line-height: 1.5 !important;
    }
    body.single-product .elementor-widget-woocommerce-product-price .floba-offer-terms > span {
        display: block !important;
        font-size: inherit !important;
        line-height: inherit !important;
    }
    body.single-product .elementor-widget-woocommerce-product-price .floba-offer-terms > span + span {
        margin-top: 2px !important;
    }
    body.single-product .elementor-widget-woocommerce-product-price .floba-offer-terms strong {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}
