#hc-budget .hc-result-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

#hc-budget .hc-result-value {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

#hc-budget input {
    margin-bottom: 8px;
}
