.account-entry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}.account-entry-card{padding:17px;border:1px solid #deddd6;border-radius:14px;background:#fbfaf7}.account-entry-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-entry-head h3{margin:0;font-size:13px}.add-account-entry{border:0;border-radius:8px;padding:8px 10px;color:#234b39;background:#e8f8c6;font-size:10px;font-weight:800;cursor:pointer}.account-entry-list{display:grid;gap:9px;margin-top:14px}.account-entry-row{display:grid;grid-template-columns:24px minmax(90px,.8fr) minmax(130px,1.2fr) 26px;gap:8px;align-items:center}.account-entry-index{color:#87908d;font-size:9px;font-weight:800}.account-entry-amount,.account-entry-note{min-width:0;width:100%;padding:9px;border:1px solid #dcddd8;border-radius:8px;background:#fff;color:var(--ink);font-size:11px}.account-entry-amount{font-weight:800}.remove-account-entry{width:26px;height:26px;border:0;border-radius:50%;background:#f3e3e0;color:#a64a40;cursor:pointer}@media(max-width:900px){.account-entry-grid{grid-template-columns:1fr}}@media(max-width:460px){.account-entry-row{grid-template-columns:20px 1fr 26px}.account-entry-note{grid-column:2/3}}
