/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
.feature-availability {
	margin-top: 32px;
	color: #6e6e73;
}

@media (max-width: 1068px) {
	.feature-availability {
		margin-top: 20px;
	}
}

.typography-overlay-subcopy {
	font-size: 17px;
	line-height: 1.2353641176;
	font-weight: 600;
	letter-spacing: -0.014em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media (max-width: 734px) {
	.typography-overlay-subcopy {
		font-size: 14px;
		line-height: 1.2857742857;
		font-weight: 600;
		letter-spacing: -0.016em;
		font-family:
			SF Pro Text,
			SF Pro Icons,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
	}
}

.feature-availability > span {
	display: inline-block;
}

.feature-availability a {
	color: inherit;
}

.icon-wrapper .icon, .icon-wrapper .icon-after::after, .icon-wrapper .icon-before::before, .icon-wrapper .more:not(.icon-before)::after {
	display: inline;
	position: static;
}

@media (max-width: 734px) {
	.custom-text {
		padding-right: 37px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
