.ct-footer {
	--ls-footer-ink: #f3fbfa;
	--ls-footer-muted: #b9d3d1;
	--ls-footer-accent: #42d39b;
	background: #245960 !important;
	box-shadow: 0 -10px 30px rgba(20, 62, 70, 0.08);
	box-sizing: border-box;
	color: var(--ls-footer-ink);
	font-family: var(--theme-font-family, "Segoe UI", Arial, sans-serif);
	padding: 0 !important;
	position: relative;
}

.ct-footer::before {
	background: linear-gradient(90deg, #07989b 0%, #28b983 100%);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ct-footer > [data-row] {
	background: transparent !important;
}

.ct-footer > [data-row] > .ct-container {
	box-sizing: border-box;
	min-height: 0;
	padding-inline: 20px;
}

.ct-footer .lsfl-row > .ct-container {
	display: flex;
	justify-content: center;
	padding-block: 25px 17px;
}

.ls-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px clamp(64px, 7vw, 100px);
	justify-content: center;
	margin: 0;
	padding: 0;
}

.ls-footer-links a {
	color: var(--ls-footer-ink) !important;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.4;
	position: relative;
	text-decoration: none;
	transition: color 160ms ease;
}

.ls-footer-links a::after {
	background: var(--ls-footer-accent);
	bottom: -6px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transition: transform 160ms ease;
	width: 100%;
}

.ls-footer-links a:hover,
.ls-footer-links a:focus-visible {
	color: #83ebc0 !important;
}

.ls-footer-links a:hover::after,
.ls-footer-links a:focus-visible::after {
	transform: translateX(-50%) scaleX(1);
}

.ls-footer-links a:focus-visible {
	outline: 2px solid rgba(131, 235, 192, 0.8);
	outline-offset: 7px;
}

.ct-footer [data-row="bottom"] > .ct-container {
	border-top: 1px solid rgba(220, 248, 244, 0.14);
	justify-content: center;
	padding-block: 14px 18px;
}

.ct-footer [data-row="bottom"] [data-column] {
	display: flex;
	justify-content: center;
	width: 100%;
}

.ct-footer .ct-footer-copyright {
	color: var(--ls-footer-muted);
	font-size: 13px;
	font-weight: 450;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

@media (max-width: 689.98px) {
	.ct-footer .lsfl-row > .ct-container {
		padding-block: 22px 14px;
	}

	.ls-footer-links {
		gap: 12px 34px;
	}

	.ls-footer-links a {
		font-size: 14px;
	}

	.ct-footer [data-row="bottom"] > .ct-container {
		padding-block: 12px 15px;
	}

	.ct-footer .ct-footer-copyright {
		font-size: 12px;
	}
}

/* Home page footer typography. The existing flex-wrap handles wider labels. */
body.home .ls-footer-links a {
	font-size: 17px;
}

body.home .ct-footer .ct-footer-copyright {
	font-size: 15px;
}

@media (max-width: 689.98px) {
	body.home .ls-footer-links a {
		font-size: 16px;
	}

	body.home .ct-footer .ct-footer-copyright {
		font-size: 14px;
	}
}
