.hc-calculator#hc-soup-per-person {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.hc-result-value {
    color: #f57f17;
    font-size: 2em;
}

.hc-result-note {
    font-size: 0.85em;
    color: #5d4037;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #ffd54f;
}
