.payment-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:12px 16px;margin-bottom:12px;cursor:pointer;transition:all .3s ease}.payment-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.payment-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.payment-no{color:#1890ff;font-weight:500}.payment-type{background:#f0f0f0;padding:2px 8px;border-radius:4px;font-size:15px}.payment-amount{font-size:16px;color:#333;font-weight:700}