/* Minimal footer — Sales page template only */

.site-footer .sales-page-footer {
	margin: 0 auto;
}

.sales-page-footer {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-top: 2px solid #F4F2F6;
	padding: 30px 0 60px;
	font-family: 'Montserrat';
	font-size: 11px;
	line-height: 17px;
	color: #172756;
	max-width: 1160px;
	width:95%;
	margin: 0 auto;
}

.sales-page-footer__inner {
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		column-gap: 10px;
		row-gap: 10px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
}

.sales-page-footer__copy {
	margin: 0;
		min-width: 12rem;
		font-size: 11px;
		letter-spacing: 0;
}

.sales-page-footer__legal {
	display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.65rem 1.25rem;
		flex: 1 1 auto;
		justify-content: flex-start;
		min-width: 12rem;
}

.sales-page-footer__credits {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 2.25rem;
	flex: 0 1 auto;
	justify-content: flex-end;
	min-width: 12rem;
}

.sales-page-footer__credit {
	color: #4a4a4a;
}

.sales-page-footer__link {
	color: #172756;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sales-page-footer__link:hover,
.sales-page-footer__link:focus {
	color: #1B51DA;
}

@media (max-width: 960px) {
	.sales-page-footer__legal {
		justify-content: flex-start;
		width: 100%;
		order: 1;
	}

	.sales-page-footer__copy {
		order: 2;
	}

	.sales-page-footer__credits {
		order: 2;
		justify-content: flex-start;
		width: 100%;
	}
}
