/* Shared sitewide footer — framework-agnostic, used by both the Porto and legacy public layouts. */

.wte-footer {
	background: #171940;
}

.wte-footer__inner {
	margin: 0 auto;
	max-width: 80rem;
	padding: 1.5rem 0.75rem;
}

@media (min-width: 640px) {
	.wte-footer__inner {
		padding: 1.5rem 1.5rem;
	}
}

@media (min-width: 1024px) {
	.wte-footer__inner {
		padding: 1.5rem 2rem;
	}
}

.wte-footer__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.wte-footer__row {
		justify-content: space-between;
	}
}

.wte-footer__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.wte-footer__nav a {
	color: #ffffff;
	font-size: 0.9375rem;
	text-decoration: none;
}

.wte-footer__nav a:hover,
.wte-footer__nav a:focus {
	color: #a5b4fc;
}

.wte-footer__social {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-left: 0;
}

@media (min-width: 768px) {
	.wte-footer__social {
		margin-left: auto;
	}
}

.wte-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 1.75rem;
	width: 1.75rem;
	border-radius: 9999px;
	color: #ffffff;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.wte-footer__social a:hover,
.wte-footer__social a:focus {
	background-color: rgba(255, 255, 255, 0.12);
	color: #a5b4fc;
}

.wte-footer__social svg {
	height: 0.9rem;
	width: 0.9rem;
}

.wte-footer__copyright {
	color: #ffffff;
	font-size: 0.9375rem;
	text-align: center;
}

@media (min-width: 768px) {
	.wte-footer__copyright {
		text-align: left;
	}
}
