/* start main css */
.typography-tile-headline:lang(th) {
	line-height: 1.1;
}

/* Endless enterntainment background fix - START */

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

/* Endless enterntainment background fix - END */

/* end main css */

/* start heroes/iphone-family */
@media only screen and (max-width: 734px) {
	.main [data-module-template="heroes"] [data-unit-id="iphone-family"] .unit-copy-wrapper .subhead {
		max-width: 300px;
	}
}
/* end heroes/iphone-family */

/* start promos/wwdc26-announce */
@media (max-width: 734px) {
	.section-promo .tile-wrapper [data-title-id="wwdc26-announce"] .tile-ctas:has(:only-child) {
		grid-template-columns: max-content max-content;
	}
} /* end promos/wwdc26-announce */

/* start promos/airpods-pro-3 */
.main [data-tile-id="airpods-pro-3"] .tile-copy-wrapper .tile-subhead {
	max-width: 280px;
}

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