*{box-sizing:border-box}
body{background:#f1f2f2}
.lsh-wallet-page{max-width:1500px;margin:0 auto;padding:24px 28px 44px}
.lsh-wallet-page>h1{font-size:30px;margin:0 0 18px}
.lsh-wallet-layout{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(330px,.95fr);gap:16px;align-items:start}
.lsh-wallet-left,.lsh-wallet-right{display:grid;gap:12px}
.lsh-wallet-card{background:#fff;border-radius:12px;padding:18px 20px}
.lsh-balance-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #ccd0d5;padding-bottom:12px}
.lsh-balance-head h2{font-size:24px;margin:0}.lsh-balance-head strong{font-size:25px;color:#007185}
.lsh-balance-row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #eee;color:#8a929a}
.lsh-balance-row:last-child{border-bottom:0}
.lsh-balance-row b{font-size:16px}.lsh-balance-row small{display:block;font-size:12px;margin-top:3px}.lsh-balance-row span{font-size:15px}
.lsh-add-money-card h2,.lsh-wallet-card h2{font-size:20px;margin:0 0 12px}
.lsh-amount-input-wrap{width:390px;max-width:100%;height:58px;border:2px solid #c5cbd1;border-radius:10px;display:flex;align-items:center;padding:0 18px}
.lsh-amount-input-wrap span{font-size:26px;color:#565959}.lsh-amount-input-wrap input{width:100%;border:0;outline:0;font-size:30px;padding-left:9px;background:transparent}
.lsh-quick-amounts{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.lsh-quick-amounts button{min-width:120px;height:38px;border:1px solid #9fa6ad;border-radius:9px;background:#fff;font-weight:700;cursor:pointer}
.lsh-wallet-limit{font-size:12px;color:#657080;margin:14px 0 10px}.lsh-wallet-setup{width:390px;max-width:100%;height:58px;border:0;border-radius:30px;background:#ffdf78;color:#5f6770;font-size:19px;font-weight:700;cursor:pointer}
.lsh-wallet-note{max-width:540px;color:#8a929a;font-size:12px;line-height:1.45;margin:13px 0 0}
.lsh-wallet-message{font-size:12px;margin-top:10px;min-height:16px}.lsh-wallet-message.error{color:#b12704}.lsh-wallet-message.success{color:#007600}
.lsh-wallet-action{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:0;border-top:1px solid #eee;padding:24px 0;font-size:18px;text-align:left;color:#111;text-decoration:none;cursor:pointer}.lsh-wallet-action b{font-size:28px;color:#666}
.lsh-wallet-single-link{display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:700;color:#111;text-decoration:none;min-height:92px}.lsh-wallet-single-link b{font-size:30px;color:#666}
.lsh-wallet-manage{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:10px;padding:13px 0;color:#111;text-decoration:none}.lsh-wallet-manage .ico{font-size:30px}.lsh-wallet-manage b{font-size:28px;color:#666}
.lsh-wallet-section-head{display:flex;justify-content:space-between;align-items:center}.lsh-wallet-section-head h2{margin:0}.lsh-wallet-section-head button{border:1px solid #999;border-radius:18px;background:#fff;padding:7px 12px;cursor:pointer}
.lsh-wallet-transactions{margin-top:12px}.lsh-wallet-empty{padding:20px;background:#f7fafa;border-radius:7px;text-align:center;color:#565959;font-size:12px}
.lsh-wallet-txn{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 2px;border-bottom:1px solid #eee}.lsh-wallet-txn b{display:block;font-size:13px}.lsh-wallet-txn small{display:block;color:#777;font-size:10px;margin-top:4px}.lsh-wallet-txn strong.credit{color:#007600}.lsh-wallet-txn strong.debit{color:#b12704}
@media(max-width:900px){.lsh-wallet-layout{grid-template-columns:1fr}.lsh-wallet-right{grid-template-columns:1fr 1fr}.lsh-wallet-right .lsh-wallet-card:first-child{grid-column:1/-1}}
@media(max-width:600px){.lsh-wallet-page{padding:14px 10px}.lsh-wallet-right{grid-template-columns:1fr}.lsh-balance-head h2{font-size:20px}.lsh-wallet-page>h1{font-size:24px}}
