.account-balance {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    padding: 22px;
    border: 1px solid rgba(112, 229, 140, .22);
    border-radius: 15px;
    background: radial-gradient(circle at 90% 10%, rgba(112, 229, 140, .18), transparent 38%), #091a11;
}

.account-balance small {
    color: #6e8577;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}

.account-balance strong {
    margin-top: 6px;
    color: #70e58c;
    font: 700 31px "Space Grotesk", sans-serif;
}

.account-balance span {
    margin-top: 5px;
    color: #61766a;
    font-size: 9px;
}
