/*
 * Final release-note baseline alignment after same-viewport image comparison.
 */
@media (min-width: 1001px) {
	.shiso-v2-release.is-latest .shiso-v2-release__body > p:first-child {
		position: relative !important;
		top: 5px !important;
	}

	.shiso-v2-release.is-latest h3 {
		position: relative !important;
		left: 4px !important;
	}

	.shiso-v2-release.is-latest .shiso-v2-release__body > p:nth-of-type(2) {
		left: 4px !important;
		top: 0 !important;
	}

	.shiso-v2-release.is-latest .shiso-v2-text-link {
		left: 4px !important;
		transform: scale(1.51, .95) !important;
	}

	.shiso-v2-release:nth-child(2) h3 {
		left: 5px !important;
		top: -2px !important;
	}

	.shiso-v2-release:nth-child(3) h3 {
		left: 5px !important;
		top: 8px !important;
	}

	.shiso-v2-releases > .shiso-v2-container > .shiso-v2-center-link .shiso-v2-text-link {
		transform: scale(1.25, .83) !important;
	}
}
