/*
 * Sub-pixel release-note text corrections from the final comparison pass.
 */
@media (min-width: 1001px) {
	.shiso-v2-release.is-latest time {
		position: relative !important;
		left: 5px !important;
		top: 1px !important;
		display: inline-block !important;
		transform: scale(1.07, .94) !important;
		transform-origin: left center !important;
	}

	.shiso-v2-release.is-latest .shiso-v2-release__body > p:nth-of-type(2) {
		left: 5px !important;
		top: .5px !important;
		transform: scale(1.204, 1.05) !important;
	}

	.shiso-v2-release:nth-child(3) h3 {
		transform: scaleX(1.135) scaleY(1) !important;
	}

	.shiso-v2-releases > .shiso-v2-container > .shiso-v2-center-link .shiso-v2-text-link {
		position: relative !important;
		left: 10px !important;
		top: 2px !important;
	}
}
