.stripe-checkout-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.54)}.stripe-checkout-panel{position:relative;width:min(760px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:18px;background:light-dark(#fff,#1d1f21);box-shadow:0 30px 90px rgba(0,0,0,.42);border:1px solid color-mix(in srgb,currentColor 18%,transparent)}.stripe-checkout-mount{min-height:560px;padding:18px 8px 8px}.stripe-checkout-close{position:-webkit-sticky;position:sticky;z-index:2;top:10px;float:right;width:38px;height:38px;margin:10px 12px -48px 0;border:1px solid color-mix(in srgb,currentColor 15%,transparent);border-radius:999px;background:light-dark(#fff,#1d1f21);color:light-dark(#202123,#f4f4f5);font-size:25px;line-height:1;cursor:pointer}