.home-balance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 210px;
    height: 27px;
    margin: -12px auto 8px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    text-transform: uppercase;
    background: #231f21;
    z-index: 3;
}

.home-balance span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.home-balance strong {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.home-balance img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
