/*
 * The Help feed can contain longer lead text than the reference mock.
 * Keep the desktop timeline on its measured one-line rhythm; mobile keeps the
 * complete wrapping summary.
 */
@media (min-width: 1001px) {
	body.home .shiso-v2-releases
		.shiso-v2-release.is-latest
		.shiso-v2-release__body
		> p:nth-of-type(2) {
		overflow: hidden !important;
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
	}
}
