/* Local Overrides */

/* chip 14 inch */

@media only screen and (min-width: 375px) and (max-width: 375px) {
	.section-chip .techspecs-column:nth-child(2n) .copy-group .techspecs-list li:first-of-type {
		margin-inline-end: 14px;
	}
}

/* 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;
}

.techspecs-column .copy-item .techspecs-subheader + p {
	margin-top: 14px;
}
