buttonPrevHTML: ”,
};
function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);
for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);
if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}
}
}
window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);
Median one-year-ahead inflation expectations in the US edged down to 3% in February 2026, the lowest level in seven months, from 3.1% in January. Consumers anticipate slower price increases for food (down 0.4 percentage point to 5.3%), medical care (down 0.1 percentage point to 9.7%), and rent (down 0.9 percentage point to 5.9%). By contrast, median year-ahead price expectations rose for gas, up 1.3 percentage points to 4.1%, and for college education, up 0.1 percentage point to 9.1%. Longer-term inflation expectations remained anchored at 3% for both the three-year and five-year horizons.
