/* start main css */
/* Endless enterntainment background fix - START */

#tv-gallery {
	background-color: #f5f5f7;
}

/* Endless enterntainment background fix - END */

/* end main css */

/* start promos/wwdc26-announce */
@media (max-width: 1068px) {
	.section-promo [data-tile-id="wwdc26-announce"] .tile-subhead {
		max-width: 240px;
	}
}

.section-promo [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));
}
/* end promos/wwdc26-announce */

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

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