/* LOCAL OVERRIDES */

/* BTS 2024 RIBBON */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.ribbon-bts-2024 .ac-ribbon__bts-2024-content {
		width: 450px;
	}
}

@media only screen and (max-width: 734px) {
	.ribbon-bts-2024 .ac-ribbon__bts-2024-content {
		max-width: 450px;
	}
}

/* Summary - AI */
.section-summary > div > div:nth-child(21) div span {
	font-size: 16px;
}

/* Chevrons */
@media only screen and (max-width: 430px) {
	.section-cellular-and-wireless
		> div
		> div:nth-child(1)
		> .compare-rowheader-style
		span
		div,
	.section-apple-pencil-compatibility
		> div
		> div:nth-child(1)
		> .compare-rowheader-style
		span
		div,
	.section-ipad-keyboard-compatibility
		> div
		> div:nth-child(1)
		> .compare-rowheader-style
		span
		div {
		max-width: 280px;
	}
}
