/* Local Overrides */

.modal .modal-badge {
	color: #6e6e73;
	margin-top: 15px;
}

@media (max-width: 1068px) {
	.modal .modal-badge {
		margin-top: 16px;
	}
}

@media (max-width: 734px) {
	.modal .modal-badge {
		margin-top: 10px;
	}
}

/* Financing legal */

.ac-gf-sosumi > li:nth-child(-n + 2) {
	list-style-type: none;
}

/* Dynamic pricing */
.section-select .product-tile-price {
	margin-left: 50px;
	margin-right: 50px;
}

@media only screen and (max-width: 1068px) {
	.section-select .product-tile-price {
		margin-left: 35px;
		margin-right: 35px;
	}
}

@media only screen and (max-width: 734px) {
	.section-select .product-tile-price {
		margin-left: 0px;
		margin-right: 40px;
	}
}

/* Pricing section compare width */
@media only screen and (min-width: 1069px) {
	.section-select .product-tile-price {
		margin-left: 53px;
		margin-right: 53px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-select .product-tile-price {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-select .product-tile-price {
		margin-left: 0px;
		margin-right: 55px;
	}
}

/* AI Disclaimer */

.custom_ai_disclaimer {
	z-index: 10;
	color: #6e6e73;
	font-size: 12px;
	line-height: 1.3333733333;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	position: static;
	width: 100%;
	display: block;
	margin-bottom: 0;
	margin-top: 28px;
}

@media only screen and (max-width: 734px) {
	.custom_ai_disclaimer {
		margin-top: 24px;
	}
}
