.edunexa-site-footer {
	background: #111827;
	color: #f8fafc;
	font-family: inherit;
	margin-top: 4rem;
	padding: 4rem 1.5rem 1.5rem;
}

.edunexa-site-footer a {
	color: inherit;
	text-decoration: none;
}

.edunexa-site-footer a:hover,
.edunexa-site-footer a:focus-visible {
	color: #fbc230;
	text-decoration: underline;
}

.edunexa-site-footer__inner {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: minmax(14rem, 1.3fr) repeat(2, minmax(9rem, 1fr)) minmax(14rem, 1.4fr);
	margin: 0 auto;
	max-width: 78rem;
}

.edunexa-site-footer__wordmark {
	display: inline-block;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -.04em;
}

.edunexa-site-footer p {
	color: #cbd5e1;
	line-height: 1.6;
	margin: .75rem 0 0;
}

.edunexa-site-footer__nav strong,
.edunexa-site-footer__contact strong {
	display: block;
	font-size: .8rem;
	letter-spacing: .08em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.edunexa-site-footer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.edunexa-site-footer__nav li + li {
	margin-top: .55rem;
}

.edunexa-site-footer__nav a {
	color: #cbd5e1;
	font-size: .95rem;
}

.edunexa-site-footer__contact-link {
	display: inline-block;
	font-weight: 600;
	margin-top: 1rem;
}

.edunexa-site-footer__bottom {
	border-top: 1px solid rgba(203, 213, 225, .2);
	color: #94a3b8;
	display: flex;
	font-size: .85rem;
	justify-content: space-between;
	margin: 3rem auto 0;
	max-width: 78rem;
	padding-top: 1rem;
}

@media (max-width: 900px) {
	.edunexa-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.edunexa-site-footer {
		padding-inline: 1rem;
	}

	.edunexa-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.edunexa-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: .4rem;
	}
}
