.sts-footer {
	background: var(--sts-bg-alt);
	padding: 56px 0 32px;
	margin-top: 0;
}

.sts-footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.sts-footer-logo img {
	max-height: 56px;
	width: auto;
}

.sts-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}

.sts-footer-menu a {
	color: var(--sts-muted);
	font-size: 14px;
	font-weight: 500;
}

.sts-footer-menu a:hover {
	color: #fff;
}

.sts-disclaimer {
	max-width: 760px;
	color: var(--sts-muted);
	font-size: 12px;
	line-height: 1.6;
}

.sts-disclaimer h4 {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 6px;
}

.sts-footer-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.sts-footer-logos img {
	max-height: 24px;
	width: auto;
	opacity: 0.85;
}

.sts-copyright {
	color: var(--sts-muted-2);
	font-size: 12px;
	border-top: 1px solid var(--sts-border);
	padding-top: 24px;
	width: 100%;
}

@media (max-width: 640px) {
	.sts-footer {
		padding: 40px 0 24px;
	}
	.sts-footer-menu {
		gap: 18px;
	}
}
