/* iPad Pro / small desktop: keep content width cap for consistency */
@media (min-width: 921px) and (max-width: 1366px) {
	.site-shell-container,
	.site-content > .ast-container {
		width: min(1280px, calc(100% - 32px));
	}
}
