.payment-add-card{background:#fff;min-height:calc(100vh - 200px);max-width:400px;width:100%;padding:0 16px}.payment-add-card__nav{height:48px;margin-bottom:16px;border-bottom:1px solid #e6e6e6;-js-display:flex;display:flex;align-items:center;gap:12px;background:#fff;flex-shrink:0}.payment-add-card__nav .nav-back{font-size:20px;color:#333;cursor:pointer}.payment-add-card__nav .nav-title{font-size:16px;font-weight:700;color:#333;line-height:20px}.payment-add-card__body{flex:1;position:relative}.payment-add-card__error{margin-top:8px;font-size:12px;color:#dc2224;line-height:16px}.payment-add-card__footer{padding:16px;flex-shrink:0;text-align:center}.payment-add-card__footer .action-button{border-radius:var(--Theme-Radius-Buttons);background-color:#016fd0;min-width:120px;min-height:40px;color:#fff;font:600 14px/1 Open Sans,sans-serif;border:none;cursor:pointer;padding:0 16px;box-shadow:var(--box-shadow)}.payment-add-card__footer .action-button[disabled]{background-color:#ececec;color:#999;cursor:not-allowed}.payment-add-card__footer button.action-button-secondary{background-color:#fff;color:var(--Theme-Text-Normal,#333);border:var(--border)}