Hi!
I'll just scribble my thoughts - some may be obvious (sorry) and others are welcome to chime in and correct. :-)
1) The graph you sent shows a deterioration in CLS for the origin (includes all URLs aggregated together); starting sometime in April.
CrUX uses 28 day collection periods, so I'm looking toward the beginning of the upslope. To distinguish between a single URL and Origin I use the controls in CrUX Vis to toggle between homepage and origin, but CrUX has very little URL data for this site.
2) The deterioration happens for form factor phone, but not for desktop.
I'm switching between Phone and Desktop to see how the P75 graph for CLS changes.
From CrUX data, it's not possible to see which page(s) in the origin have the problem. If you have your RUM data with the Core Web Vitals measurements you could probably query for it. Or, if you have a Search Console account for this, you could look at the Core Web Vitals Report (
https://support.google.com/webmasters/answer/9205520?hl=en) to see if it gives you examples for pages that perform poorly with CLS on phone.
To be clear I don't have access to either data - but I poked a bit. I think the country specific pages are OK-ish with CLS. But as an example (this by itself may not move the needle for the entire origin), maybe the job search page is not, according to PageSpeed Insights:
Note that the upper part of the report is the CrUX data for the origin, which we already knew, it's not specific to the job search page. The lower part runs lighthouse for that specific page, so it's a lab measurement, not from real users, but it has a section that points out the "Layout Shift Culprits". You could start there, maybe, and if needed read the article on "Optimize CLS" -
https://web.dev/articles/optimize-cls
Good wishes!