.payment-section{width:100%;max-width:400px;margin:0 auto}.payment-button{width:100%;max-width:300px;padding:10px 20px;background-color:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:all .3s ease;margin:0 auto;display:flex;justify-content:center;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payment-button:disabled{background-color:#ccc;cursor:not-allowed}.wallet-list{margin-top:15px;background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a}.wallet-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid #eee}.wallet-header h3{margin:0;font-size:16px;color:#333}.close-button{background:none;border:none;font-size:20px;color:#666;cursor:pointer;padding:0}.wallet-options{padding:10px}.wallet-option{display:flex;align-items:center;width:100%;padding:12px;margin-bottom:8px;border:1px solid #eee;border-radius:8px;background:white;cursor:pointer;transition:all .3s ease}.wallet-option:last-child{margin-bottom:0}.wallet-option:hover{background-color:#f5f5f5}.wallet-icon{width:24px;height:24px;margin-right:12px}.loading-container{text-align:center;padding:20px}.loading-dots{display:flex;justify-content:center;gap:8px}.loading-dots span{width:8px;height:8px;background-color:#4caf50;border-radius:50%;animation:bounce .5s infinite alternate}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{to{transform:translateY(-4px)}}@media (max-width: 768px){.payment-section{max-width:90%;margin:0 auto}.payment-button{width:105px!important;max-width:105px!important;height:40px!important;min-height:40px!important;padding:0 14px!important;font-size:15px!important;line-height:40px!important;border-radius:7px}.wallet-option{padding:8px 10px;margin-bottom:6px}.wallet-icon{width:20px;height:20px;margin-right:10px}}@media (max-width: 375px){.payment-button{width:100px!important;max-width:100px!important;height:38px!important;min-height:38px!important;font-size:14px!important}}.payment-page{max-width:600px;margin:0 auto;padding:20px}.user-info,.order-info{background-color:#f8f9fa;border-radius:8px;padding:10px;margin-bottom:15px}.user-info p{font-size:14px;color:#666;margin:0}.order-info p{font-size:13px;color:#666;margin:0;line-height:1.4}.payment-button-recommended{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;width:100%;margin-bottom:15px;box-shadow:0 4px 15px #28a7454d;transition:all .3s ease}.payment-button-recommended:hover{background:linear-gradient(135deg,#218838,#1aa179);box-shadow:0 6px 20px #28a74566;transform:translateY(-2px)}.payment-button-recommended:active{transform:translateY(0)}.payment-button-recommended:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}@media (max-width: 768px){.payment-page{padding:15px}.user-info p,.order-info p{font-size:12px}.payment-button-recommended{font-size:16px;padding:12px 25px}}.app-container{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.payment-button{background-color:#3b82f6;color:#fff;padding:12px 24px;border-radius:8px;font-size:16px;border:none;cursor:pointer;font-weight:500}@media (max-width: 768px){.payment-button{padding:50px 100px;border-radius:30px;font-size:48px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
