@layer components {
    /* The official widget includes a promotion footer, not just the button.
       Its shadow DOM inherits line-height: 0 from the former host styles. */
    body.catalog-product-view.denthelp-product-view .denthelp-inpost-pay-button,
    body.catalog-product-view.denthelp-product-view .denthelp-inpost-pay-button .inpay-widget-wrapper,
    body.catalog-product-view.denthelp-product-view .denthelp-inpost-pay-button inpost-izi-button {
        height: auto !important;
        max-height: none !important;
        min-height: 58px !important;
        line-height: 1.4 !important;
        overflow: visible !important;
        white-space: normal !important;
    }
}
