.result-value-large {
            font-size: 2.8rem;
            font-weight: 800;
            color: #2c7da0;
        }
        .food-equivalent {
            background: #f8f2e7;
            border-radius: 24px;
            padding: 0.5rem 1rem;
            display: inline-block;
            margin-top: 10px;
        }
        .met-badge {
            background-color: #e9ecef;
            border-radius: 30px;
            padding: 3px 12px;
            font-size: 0.8rem;
        }
        .calorie-progress {
            height: 12px;
            border-radius: 20px;
            background-color: #e9ecef;
        }
        .calorie-progress-bar {
            background-color: #f4a261;
            border-radius: 20px;
        }