/**
 * Native PTR unlock styles (rev ptr4)
 * Sole CSS companion for app-pull-refresh.js — App shell native PTR only.
 *======= sanxio app-pull-refresh start ===========
 */
html,
body,
html.sx-ptr-native,
body.sx-ptr-native,
html.sx-ptr-app-native,
body.sx-ptr-app-native {
	overscroll-behavior: auto !important;
	overscroll-behavior-y: auto !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	-webkit-overflow-scrolling: touch;
}

/* Kill leftover H5 lock / indicator from old caches */
html.sx-ptr-lock,
html.sx-ptr-lock body,
html.sx-ptr-h5,
html.sx-ptr-h5 body {
	overscroll-behavior: auto !important;
	overscroll-behavior-y: auto !important;
}

.sx-ptr-indicator {
	display: none !important;
}

@media (max-width: 1024px) {
	.md3-mobile-top-nav,
	.sanxio-mobile-top-nav {
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		background: var(--md3-color-surface, #fff) !important;
	}

	.md3-top-bar {
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}
}
/*======= sanxio app-pull-refresh end ===========*/
