.pdv-wallet-buttons { display: flex; flex-direction: column; gap: 10px; margin: 12px 0; max-width: 420px; }
.pdv-wallet-buttons.pdv-express { margin-top: 16px; }
.pdv-wallet-buttons.pdv-busy { opacity: 0.6; pointer-events: none; }
.pdv-express-or { text-align: center; font-size: 0.85em; text-transform: uppercase; opacity: 0.7; order: -1; }
.pdv-wallet-buttons[data-context="cart"] { margin-left: auto; margin-right: 0; width: 100%; }
.pdv-wallet-buttons[data-context="product"] { width: 100%; }
.pdv-apple-pay-button { display: block; width: 100%; height: 44px; border: 0; border-radius: 6px; cursor: pointer; -webkit-appearance: -apple-pay-button; appearance: -apple-pay-button; -apple-pay-button-type: buy; -apple-pay-button-style: black; }
.pdv-apple-pay-button--white { -apple-pay-button-style: white-outline; }
.pdv-google-pay-button { width: 100%; }
.pdv-google-pay-button > button, .pdv-google-pay-button > div { width: 100% !important; }
.pdv-wallet-error { margin: 8px 0 0 !important; }
.pdv-wallet-error[hidden] { display: none !important; }
body.pdv-wallet-selected #place_order { display: none !important; }
apple-pay-button.pdv-apple-pay-sdk-button { display: block; width: 100%; --apple-pay-button-width: 100%; --apple-pay-button-height: 44px; --apple-pay-button-border-radius: 6px; --apple-pay-button-padding: 0; --apple-pay-button-box-sizing: border-box; }
.pdv-3ds-overlay { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 16px; background: rgba(0, 0, 0, 0.55); }
.pdv-3ds-panel { width: 100%; max-width: 640px; max-height: calc(100vh - 32px); overflow: auto; background: #fff; border-radius: 8px; padding: 16px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; gap: 10px; }
.pdv-3ds-title { margin: 0; font-size: 1.1em; }
.pdv-3ds-hint { margin: 0; font-size: 0.9em; opacity: 0.8; }
.pdv-3ds-frame { width: 100%; height: 520px; max-height: 70vh; border: 1px solid #ccc; border-radius: 4px; background: #fff; }
.pdv-3ds-cancel { align-self: flex-end; }
body.pdv-3ds-open { overflow: hidden; }
