.wipay-checkout { box-sizing: border-box; max-width: 420px; padding: 24px; border: 1px solid #e1e5ea; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(22, 33, 55, .08); font: 16px/1.45 system-ui, sans-serif; color: #18202a; }
.wipay-checkout__summary { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; color: #56616f; }
.wipay-checkout__summary strong { font-size: 1.5rem; color: #18202a; }
.wipay-checkout__button { width: 100%; min-height: 48px; padding: 12px 18px; border: 0; border-radius: 10px; background: #ef233c; color: #fff; font: inherit; font-weight: 700; cursor: pointer; transition: transform .15s, opacity .15s; }
.wipay-checkout__button:hover { transform: translateY(-1px); }
.wipay-checkout__button:disabled { cursor: wait; opacity: .65; transform: none; }
.wipay-checkout__message { min-height: 1.4em; margin: 12px 0 0; color: #b42318; font-size: .9rem; }
.payment-result-page { display: grid; min-height: 100vh; margin: 0; place-items: center; background: #f5f7fa; font-family: system-ui, sans-serif; }
.payment-result { width: min(440px, calc(100% - 48px)); padding: 38px; border-radius: 18px; background: #fff; box-shadow: 0 16px 50px rgba(22, 33, 55, .1); text-align: center; }
.payment-result__icon { display: grid; width: 64px; height: 64px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: #fff; font-size: 34px; font-weight: 800; }
.payment-result.success .payment-result__icon { background: #1a936f; }
.payment-result.failure .payment-result__icon { background: #d92d20; }
.payment-result__reference { overflow-wrap: anywhere; color: #667085; font-size: .85rem; }
.payment-result a { color: #1f5fbf; font-weight: 700; }
