/* start heroes/wwdc26-announce */
.section-hero [data-tile-id="wwdc26-announce"] .tile-ctas .text-link {
	z-index: 100;
	text-decoration: none;
	color: var(--sk-body-link-color, rgb(0, 102, 204));
}

@media only screen and (max-width: 734px) {
	.section-hero [data-tile-id="wwdc26-announce"] .tile-ctas .text-link {
		max-width: 220px;
		font-size: 14px;
	}
}
/* end heroes/wwdc26-announce */

/* start promos/college-students-2026 */
.section-promo [data-tile-id="college-students-2026"] .tile-subhead {
	max-width: 430px;
}

@media only screen and (min-width: 734px) and (max-width: 1068px) {
	.section-promo [data-tile-id="college-students-2026"] .tile-subhead {
		max-width: 330px;
	}
}
/* end promos/college-students-2026 */

/* start promos/airpods-pro-3 */
.section-promo [data-tile-id="airpods-pro-3"] .tile-subhead {
	max-width: 250px;
}

@media only screen and (max-width: 1068px) {
	.section-promo [data-tile-id="airpods-pro-3"] .tile-subhead {
		max-width: 220px;
	}
}
/* end promos/airpods-pro-3 */

/* start promos/apple-watch-series-11 */
@media only screen and (max-width: 734px) {
	.section-promo [data-tile-id="apple-watch-series-11"] .tile-subhead {
		max-width: 200px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-promo [data-tile-id="apple-watch-series-11"] .tile-subhead {
		max-width: 330px;
	}
}
/* end promos/apple-watch-series-11 */
