/* Reserve price space only while a dynamically inserted product is resolved. */
[data-dx-price-part], [data-dx-price-html] { min-height: 1em; }
[data-dx-price-pending] [data-dx-price-part],
[data-dx-price-pending] [data-dx-price-html],
[data-dx-price-pending] .price,
[data-dx-price-pending][data-dx-price-part],
[data-dx-price-pending][data-dx-price-html] { opacity: 0; }
#dx-country-pricing-fallback { padding: 8px 16px; text-align: center; font-size: 13px; background: #f5f5f5; }
#dx-country-pricing-fallback button { margin-left: 8px; text-decoration: underline; }

/* Provider amounts stay hidden only while the selected profile is applied. */
#dx-bnpl-card[aria-busy="true"] { opacity: 0; pointer-events: none; }
