/* Size and weight section - Start */
.section-size #size-and-weight-graph-label-set .caption {
	margin-top: 16px;
}

@media (min-width: 1069px) {
	.section-techspecs .section-size .caption-depth {
		--bottom: 44px;
	}

	.section-techspecs .section-size .caption-height {
		--top: 84px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.section-techspecs .section-size .caption-depth {
		--bottom: 32px;
	}

	.section-techspecs .section-size .caption-height {
		--top: 56px;
	}
}

@media (max-width: 734px) {
	.section-techspecs .section-size .caption-depth {
		--top: 122px;
	}

	.section-techspecs .section-size .caption-height {
		--top: 16px;
	}
}
/* Size and weight section - End */

/* Buttons and connectors section - Start */
/* Adjustments for captions */
/* Special class for touch id top button so it doesn't break on 320px (mobile S) */
.small-top-button {
	display: none;
}

.section-techspecs .section-buttons-and-connectors .caption-microphone-2 {
	--top: 62px;
	--left: 194px;
}

html.text-zoom .section-techspecs .section-buttons-and-connectors .caption-microphone-2 {
	--top: 155px;
	--left: 606px;
}

@media only screen and (max-width: 1068px) {
	.section-techspecs .section-buttons-and-connectors .caption-microphone-2 {
		--top: 61px;
		--left: 150px;
	}
}

@media only screen and (max-width: 734px) {
	.section-techspecs .section-buttons-and-connectors .caption-microphone-2 {
		--top: 44px;
		--left: 160px;
	}
}

.section-techspecs .section-buttons-and-connectors .caption-top-button {
	--left: 280px;
	width: fit-content;
}

@media only screen and (max-width: 1068px) {
	.section-techspecs .section-buttons-and-connectors .caption-top-button {
		--top: 18px;
		--left: 225px;
	}
}

@media only screen and (max-width: 734px) {
	.small-top-button {
		display: block;
	}
	.section-techspecs .section-buttons-and-connectors .caption-top-button {
		--top: -10px;
		--left: 225px;
	}
}

@media only screen and (max-width: 734px) {
	.section-techspecs .section-buttons-and-connectors .caption-speaker-1, .section-techspecs .section-buttons-and-connectors .caption-speaker-2, .section-techspecs .section-buttons-and-connectors .caption-microphone {
		--left: 115px;
	}
	.section-techspecs .section-buttons-and-connectors .caption-volume {
		--left: 15px;
		width: fit-content;
	}
}

@media only screen and (min-width: 735px) {
	.section-techspecs .section-buttons-and-connectors .caption-speaker-1, .section-techspecs .section-buttons-and-connectors .caption-speaker-2 {
		--left: 122px;
	}
	.section-techspecs .section-buttons-and-connectors .caption-volume {
		--left: 20px;
		width: fit-content;
	}
}

@media only screen and (min-width: 1069px) {
	.section-techspecs .section-buttons-and-connectors .caption-speaker-1, .section-techspecs .section-buttons-and-connectors .caption-speaker-2 {
		--left: 160px;
	}
	.section-techspecs .section-buttons-and-connectors .caption-volume {
		--left: 25px;
		width: fit-content;
	}
	.section-buttons-and-connectors .caption-top-button {
	}
}
/* Buttons and connectors section - End */

.section-sim-card .specs-cta {
	display: block;
	margin-top: 0.8em;
}
