#hc-kalori-acigi .hc-result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

#hc-kalori-acigi .hc-result-value {
    color: #2e7d32;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 480px) {
    #hc-kalori-acigi .hc-result-item {
        flex-direction: column;
        text-align: center;
    }
}
