
	/* Desktop: contained scroll layout */
	#marketing-root:has(.chronicle-layout)::before {
		display: none;
	}

	@media (min-width: 1024px) {
		#marketing-root:has(.chronicle-layout) {
			height: 100vh;
			max-height: 100vh;
			overflow: hidden;
		}

		#marketing-root:has(.chronicle-layout) > div {
			min-height: 0;
		}
	}
