/**
 * Joomla export used full-page vertical scroll-snap on html/body.
 * In WordPress that traps the viewport on sections (e.g. Highest Standards).
 */
html:has(body.ak-main-site),
body.ak-main-site {
	scroll-snap-type: none !important;
}

/**
 * Keep horizontal snap inside the carousel only (desktop lacked overflow-x).
 */
body.ak-main-site .Highest_Standards > .Highest_Standards_main {
	overflow-x: auto;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}
