/* Local Overrides */

/* Pricing */
@media only screen and (max-width: 734px) {
	.section-pricing
		.techspecs-row.price-14-inch
		.techspecs-column:nth-of-type(3) {
		min-height: 305px;
	}
}

/* Memory */
@media only screen and (max-width: 734px) {
	.table-table-14
		.section-memory
		.techspecs-column:nth-of-type(3)
		p:last-of-type {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-memory .techspecs-column:nth-of-type(n + 2) p:last-of-type {
		margin-top: 45px;
	}
}

/* Storage 14-in*/
@media only screen and (max-width: 408px) {
	.table-table-14
		.section-storage
		.techspecs-column:nth-of-type(3)
		p:nth-of-type(3) {
		margin-top: 45px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.table-table-14
		.section-storage
		.techspecs-column:nth-of-type(n + 4)
		p:nth-of-type(3) {
		margin-top: 45px;
	}
}

@media only screen and (min-width: 1069px) {
	.table-table-14
		.section-storage
		.techspecs-column:nth-of-type(n + 3)
		p:nth-of-type(3) {
		margin-top: 45px;
	}
}

/* Storage 16-in */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.table-table-16
		.section-storage
		.techspecs-column:nth-of-type(n + 4)
		p:nth-of-type(3) {
		margin-top: 45px;
	}
}

/* Size and weight */
@media only screen and (min-width: 1069px) {
	.section-size-weight .table-14 .caption-height {
		transform: translate(490px, 0px);
	}
}

@media only screen and (max-width: 734px) {
	.section-size-weight .table-14 .caption-depth {
		transform: translate(120px, 55px);
	}
	.section-size-weight .table-14 .caption-height {
		transform: translate(125px, 2px);
	}
}

/* MBP Captions */
.section-charging .model-1 .connection-14-figure-1 .caption-2 {
	left: 112px;
}
@media only screen and (max-width: 734px) {
	.section-charging .model-1 .connection-14-figure-1 .caption-2 {
		left: 16px;
	}

	.section-charging .model-2 .connection-14-figure-1 .caption-2 {
		left: 48px;
	}
}

/* App grid */
.section-built-in-apps .techspecs-appgrid-app {
	justify-content: flex-start;
}

/* Codec */
@media only screen and (min-width: 320px) and (max-width: 321px) {
	#table-14
		> div:nth-child(2)
		> div.techspecs-section.section-chip
		> div
		> div:nth-child(5)
		> div
		> div:nth-child(2)
		> ul
		> li:nth-child(4) {
		margin-inline-end: 0;
	}
}

@media only screen and (min-width: 428px) and (max-width: 437px) {
	#table-14
		> div:nth-child(2)
		> div.techspecs-section.section-chip
		> div
		> div:nth-child(4)
		> div
		> div:nth-child(2)
		> ul
		> li:nth-child(4) {
		max-width: 110px;
	}
}

@media only screen and (min-width: 459px) and (max-width: 550px) {
	#table-14
		> div:nth-child(2)
		> div.techspecs-section.section-chip
		> div
		> div:nth-child(4)
		> div
		> div:nth-child(2)
		> ul
		> li:nth-child(4) {
		max-width: 170px;
	}
}

@media only screen and (min-width: 593px) and (max-width: 734px) {
	#table-14
		> div:nth-child(2)
		> div.techspecs-section.section-chip
		> div
		> div:nth-child(4)
		> div
		> div:nth-child(2)
		> ul
		> li:nth-child(3) {
		max-width: 170px;
	}
}

/* Configurable To */
#table-14
	> div:nth-child(2)
	> div.techspecs-section.section-chip
	> div
	> div:nth-child(4)
	> div
	> div:nth-child(3)
	> ul {
	margin-top: 0px;
}

#table-14
	> div:nth-child(2)
	> div.techspecs-section.section-chip
	> div
	> div:nth-child(3)
	> div
	> div:nth-child(3)
	> ul {
	margin-top: 0px;
}

#table-16
	> div:nth-child(2)
	> div.techspecs-section.section-chip
	> div
	> div:nth-child(2)
	> div
	> div:nth-child(3)
	> ul
	> li:nth-child(1) {
	margin-top: 0px;
}

#table-16
	> div:nth-child(2)
	> div.techspecs-section.section-chip
	> div
	> div:nth-child(3)
	> div
	> div:nth-child(3)
	> ul
	> li:nth-child(1) {
	margin-top: 0px;
}
