/* Beta build: hide internal nutrition coach test controls from users. */
#weekly-coach-test-lab,
#coach-target-sample-lab,
#coach-mock-data-button {
    display: none !important;
}

/* The phase summary already shows the live trend and calorie recommendation. */
[data-planner-view="goals"] #goal-check-in-card {
    display: none !important;
}
