.upsell-wrapper{display:flex;flex-direction:column;gap:var(--spacing-md)}@media(max-width: 768px){.upsell-wrapper .image-wrapper{max-width:450px}}@media(max-width: 480px){.upsell-wrapper .image-wrapper{max-width:450px}}@media(max-width: 768px){.upsell-wrapper .image-and-text-section-image{max-width:450px}}@media(max-width: 480px){.upsell-wrapper .image-and-text-section-image{max-width:450px}}.upsell-wrapper .upsell-disclaimer-text{color:var(--text-secondary);font-size:16px}.upsell-wrapper .upsell-cta-hidden{display:none !important}.upsell-wrapper .upsell-wallet-pay-btn-container{width:100%;min-width:280px;height:48px;position:relative;overflow:hidden;border-radius:999px}.upsell-wrapper .upsell-wallet-pay-btn-container #upsell-wallet-pay-button{width:100%}.upsell-wrapper .upsell-wallet-pay-btn-container #upsell-wallet-pay-button>.__PrivateStripeElement{margin-top:-4px}.upsell-wrapper .upsell-wallet-pay-btn-container #upsell-wallet-pay-button>div{width:100% !important}.upsell-wrapper .upsell-wallet-pay-btn-container #upsell-wallet-pay-button button,.upsell-wrapper .upsell-wallet-pay-btn-container #upsell-wallet-pay-button .gpay-button{width:100% !important;min-height:unset !important}.upsell-wrapper .upsell-wallet-pay-btn-container apple-pay-button{--apple-pay-button-width: 100%;--apple-pay-button-height: 48px;--apple-pay-button-border-radius: 999px;--apple-pay-button-padding: 0;display:block}.upsell-wrapper .upsell-wallet-pay-loading-overlay{position:absolute;top:0;left:0;width:100%;height:48px;background-color:#000;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:999px}.upsell-wrapper .upsell-wallet-pay-loading-overlay .upsell-spin-container{width:24px;height:24px;animation:upsell-spin 600ms linear infinite}.upsell-wrapper .upsell-wallet-pay-loading-overlay .upsell-spin-container svg{width:24px;height:24px}.upsell-wrapper .upsell-price-wrapper{--new-price-color: var(--color-base-black);--old-price-color: #878181}.upsell-wrapper .upsell-price-wrapper .plans-prices-wrapper{margin:0 auto}.upsell-wrapper .upsell-price-wrapper .plans-prices-wrapper .plans-prices-inner{font-size:1em !important}@keyframes upsell-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}