#payment-dialog { width:min(520px,calc(100vw - 24px)); box-sizing:border-box; max-height:calc(100dvh - 24px); overflow:auto; }
#payment-dialog h2 { margin-bottom:12px; }
.checkout-member-actions { display:flex; flex-wrap:wrap; gap:8px; margin:12px 0; }
.checkout-member-actions button { flex:1 1 170px; min-height:44px; }
.checkout-point-choice { border:1px solid #adc9df; background:#edf5fc; color:#073a6a; border-radius:9px; padding:10px; font:inherit; font-weight:700; }
.checkout-point-choice[aria-pressed="true"] { background:#073a6a; color:white; }
#checkout-point-status { font-size:12px; line-height:1.6; color:#476076; margin:8px 0 14px; }
#checkout-point-host .cashier-point-panel { margin:8px 0; }
#checkout-point-host .cashier-point-input-row,#checkout-point-host .cashier-point-code-row { display:flex; flex-wrap:wrap; gap:10px; }
#checkout-point-host .cashier-point-code-row>label { flex:1 1 170px; min-width:0; }
#checkout-point-host .cashier-point-code-row>div { flex:1 1 130px; }
#checkout-point-host input { max-width:100%; box-sizing:border-box; }
#payment-dialog button:disabled { cursor:not-allowed; opacity:.55; }
@media(max-height:500px) { #payment-dialog { padding:16px; } #payment-dialog h2 { font-size:24px; } }
