/* Local Overrides */

/* chip 14 inch */

.chip-custom-br {
	display: none;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.chip-custom-br {
		display: block;
	}
}
@media only screen and (max-width: 391px) {
	.chip-custom-br {
		display: block;
	}
}

@media only screen and (min-width: 375px) and (max-width: 376px) {
	#table-14
		> div:nth-child(2)
		> div.techspecs-section.section-chip
		> div
		> div:nth-child(2)
		> div
		> div:nth-child(1)
		> ul
		> li:nth-child(1) {
		margin-inline-end: 0px;
	}
}

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

@media only screen and (max-width: 332px) {
	#table-14
		div
		div.techspecs-section.section-memory
		.techspecs-row
		div:nth-child(2)
		.techspecs-list
		li {
		margin-right: 6px;
	}
}

@media only screen and (max-width: 339px) {
	#table-16
		div:nth-child(2)
		div.techspecs-section.section-memory
		.techspecs-row
		div:nth-child(2) {
		margin-right: -7px;
	}
}

/* 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: 735px) and (max-width: 1068px) {
	.section-size-weight .table-14 .caption-height {
		transform: translate(352px, 2px);
	}
	.section-size-weight .table-16 .caption-height {
		transform: translate(365px, 5px);
	}
}

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

@media only screen and (max-width: 734px) {
	.section-size-weight .table-14 .caption-depth {
		transform: translate(139px, 66px);
	}
	.section-size-weight .table-16 .caption-depth {
		transform: translate(135px, 66px);
	}
}

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

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

/* Built in apps */
@media (max-width: 734px) {
	.section-built-in-apps .techspecs-appgrid-app {
		flex-basis: 32.8%;
	}
}

/* Section charging 16-in */

@media only screen and (min-width: 735px) {
	.section-charging .model-1 .connection-16-figure-1 .caption-3 {
		top: -38px;
		left: 217px;
	}
}