.th-site-footer,
.th-site-footer * {
	box-sizing: border-box;
}

.th-site-footer {
	background: #fff;
	border-top: 1px solid #dde3ee;
	color: #697386;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
	padding: 0 24px;
}

.th-site-footer__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: auto 1fr auto;
	margin: 0 auto;
	max-width: 1180px;
	min-height: 92px;
}

.th-site-footer__brand {
	display: inline-flex;
	line-height: 0;
}

.th-site-footer__brand img {
	display: block;
	height: auto;
	max-height: 34px;
	max-width: 190px;
	width: auto;
}

.th-site-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: center;
}

.th-site-footer__nav a {
	color: #33405b;
	font-size: .86rem;
	font-weight: 700;
	text-decoration: none;
}

.th-site-footer__nav a:hover,
.th-site-footer__nav a:focus-visible {
	color: #2f6bff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.th-site-footer small {
	color: #78849a;
	font-size: .75rem;
	white-space: nowrap;
}

body.th-scanner-page .th-site-footer {
	display: none !important;
}

@media (max-width: 760px) {
	.th-site-footer {
		padding: 0 20px;
	}

	.th-site-footer__inner {
		gap: 14px;
		grid-template-columns: 1fr auto;
		min-height: 0;
		padding: 24px 0;
	}

	.th-site-footer__nav {
		gap: 8px 16px;
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
	}
}

@media (max-width: 440px) {
	.th-site-footer__inner {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}

	.th-site-footer small {
		white-space: normal;
	}
}
