<style type="text/css">
	/* I recommend you make a local css file so you can easily apply this to Siteflex sites you work on if you need to remove the financing button. */
	.inventory .inventory-container>.row {
		/* Fix for inventory row expanding beyond site width */
		margin-left: 0;
		margin-right: 0;
	}

	.inventorydetails #builderCanvas.p-2 {
		/* Similar fix for Vehicle Details Page */
		padding-right: calc(.5 * var(--bs-gutter-x)) !important;
		padding-left: calc(.5 * var(--bs-gutter-x)) !important;
	}
</style>