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

/* Chip section */

.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;
	}
}

/* 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: 333px) {
	#table-14
		div
		div.techspecs-section.section-memory
		.techspecs-row
		div:nth-child(2)
		.techspecs-list
		li {
		margin-right: 6px;
	}
}

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

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

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

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