#payment-sheet{position:fixed;inset:auto 0 0;margin:0 auto;width:min(440px,100%);max-width:100%;max-height:90dvh;border:0;border-radius:24px 24px 0 0;padding:16px 16px calc(49px + env(safe-area-inset-bottom,0px));color:#292929;background:#fff;box-shadow:0 -3px 12px #0001}
#payment-sheet::backdrop{background:#0003;backdrop-filter:none}
.payment-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:29px}.payment-heading h2{margin:0;font-size:18px;font-weight:700}.payment-heading button{width:46px;height:36px;border-radius:24px;background:#ebebed;color:#666;font-size:30px;line-height:30px}
.payment-options button{display:flex;align-items:center;width:100%;gap:12px;min-height:57px;border-bottom:1px solid #c4cdd8;font-size:14px;text-align:left;color:#292929}.payment-options svg{color:#666;width:21px;height:21px}.payment-options .wero-icon{stroke:none}
#payment-sheet[open]{animation:sheet-enter .2s ease-out}@keyframes sheet-enter{from{transform:translateY(100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){#payment-sheet[open]{animation:none}}
.quick-actions{scroll-behavior:smooth}.quick-actions>button{flex-shrink:0}
