/* START : Fix Environment Tile */
@media only screen and (min-width: 1069px) {
	.section-routers .router-item-environment .router-item-content {
		margin-block-start: 75px;
		margin-block-end: 75px;
	}
}
/* END : Fix Environment Tile */

/* START : Fix AR Tile Copy Wrapping */
.ar-quicklook-link span:after {
	display: inline !important;
}
/* END : Fix AR Tile Copy Wrapping */

/* START : Fix the width of environment copy highlight */

.section-routers .router-item-environment .accent-green:before {
	width: 242px;
	height: 47px;
	background-size: 242px 47px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .router-item-environment .accent-green:before {
		bottom: -1px;
	}

	.section-routers .accent-green:before {
		width: 208px;
		height: 42px;
		background-size: 208px 42px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item-environment .accent-green:before {
		bottom: 0px;
	}

	.section-routers .accent-green:before {
		width: 168px;
		height: 34px;
		background-size: 168px 34px;
	}
}
/* END : Fix the width of environment copy highlight */

/* START : Fix line break for AI section, tablet-only */
@media only screen and (max-width: 1068px) {
	.section-ai .typography-ai-headline .nowrap {
		white-space: nowrap;
	}
}

@media only screen and (max-width: 734px) {
	.section-ai .typography-ai-headline .nowrap {
		white-space: unset;
	}
}
/* END : Fix line break for AI section, tablet-only */
