/* local overrides */

/* features table */
.section-features {
	padding-bottom: 35px;
}

@media only screen and (min-width: 1069px) {
	.section-features .features-grid {
		grid-template-rows: 1fr auto repeat(12, minmax(100px, max-content));
	}
}

.availability {
	padding-top: 20px;
}

.section-features .pencil.pencil-alt {
	justify-content: space-between;
}

@media only screen and (max-width: 734px) {
	.product.product-detail .product-copy .product-description {
		margin-bottom: 33px;
	}
}

/* Compatibility dropdown section */

@media only screen and (max-width: 734px) {
	#ap-pro .product-title {
		padding-bottom: 49px;
	}
}
