/* Local Overrides */

@media only screen and (min-width: 735px) {
	.section-first-generation .device-5 .large-hide {
		padding-right: 10px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-usb-c .device-6,
	.section-usb-c .device-7,
	.section-second-generation .device-1,
	.section-second-generation .device-2 {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 734px) {
	.section-first-generation .device-1 {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 1069px) {
	.section.section-usb-c  div.shared-section-compatible-list .compatible-devices.typography-body-reduced 
	.device-2.compatibility-device.typography-body-reduced {
		padding-right: 20px;
	}
	
	.section.section-usb-c  div.shared-section-compatible-list .compatible-devices.typography-body-reduced 
	.device-4.compatibility-device.typography-body-reduced{
		padding-right: 20px;
	}
	}
	
	@media only screen and (max-width: 1068px) {
		.section-usb-c .compatibility-list {
			gap: 14px;
		}
	}
	


/* Features Section */
.section-features .pencil.pencil-pro {
	justify-content: space-between;
}

/* SCREENS */
.section-features .image-features-wireless {
	background-image: url("/cl/apple-pencil/images/overview/features/wireless__eglliafb67u6_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-features .image-features-wireless {
		background-image: url("/cl/apple-pencil/images/overview/features/wireless__eglliafb67u6_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-features .image-features-wireless {
		background-image: url("/cl/apple-pencil/images/overview/features/wireless__eglliafb67u6_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-features .image-features-wireless {
		background-image: url("/cl/apple-pencil/images/overview/features/wireless__eglliafb67u6_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-features .image-features-wireless {
		background-image: url("/cl/apple-pencil/images/overview/features/wireless__eglliafb67u6_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-features .image-features-wireless {
		background-image: url("/cl/apple-pencil/images/overview/features/wireless__eglliafb67u6_small_2x.jpg");
	}
}
