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);
New Zealand’s fiscal position showed a marked improvement at the start of 2026, with the budget balance rising to a deficit of NZ$9.31 billion in January 2026, compared with a deeper shortfall of NZ$14.80 billion recorded in July 2025. The latest figures, updated on 28 May 2026, point to a significant narrowing of the government’s budget gap over the intervening period.
While the balance remains in negative territory, the smaller deficit suggests that revenues have strengthened, spending has moderated, or a combination of both has taken effect since mid-2025. The shift from a NZ$14.80 billion deficit to NZ$9.31 billion may be interpreted by markets and policymakers as an early sign of stabilisation in New Zealand’s public finances going into 2026.
