/* Compact site footer */
.de-site-footer {
	--de-ink: #1a2332;
	--de-muted: #5a6573;
	--de-line: #d7dde5;
	--de-surface: #f3f6f9;
	--de-accent: #0b6e4f;
	box-sizing: border-box;
	width: 100%;
	padding: 1.35rem 0 1.15rem;
	background: var(--de-surface);
	border-top: 1px solid var(--de-line);
	color: var(--de-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.de-site-footer *,
.de-site-footer *::before,
.de-site-footer *::after {
	box-sizing: border-box;
}

.de-site-footer__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.de-site-footer__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--de-line);
}

.de-site-footer__brand {
	max-width: 16rem;
}

.de-site-footer__logo {
	display: inline-block;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--de-ink) !important;
	text-decoration: none !important;
}

.de-site-footer__logo:hover,
.de-site-footer__logo:focus-visible {
	color: var(--de-accent) !important;
}

.de-site-footer__tagline {
	margin: 0.35rem 0 0;
	font-size: 0.84rem;
	line-height: 1.4;
	color: var(--de-muted);
}

.de-site-footer__nav {
	flex: 1 1 auto;
	min-width: 0;
}

.de-site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.35rem 1.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.de-site-footer__menu li {
	margin: 0;
	padding: 0;
}

.de-site-footer__menu a {
	display: inline-block;
	padding: 0.2rem 0;
	color: var(--de-ink) !important;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none !important;
}

.de-site-footer__menu a:hover,
.de-site-footer__menu a:focus-visible {
	color: var(--de-accent) !important;
}

.de-site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 1.25rem;
	padding-top: 0.85rem;
}

.de-site-footer__copy {
	margin: 0;
	font-size: 0.8rem;
	color: var(--de-muted);
}

.de-site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.95rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.de-site-footer__legal a {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--de-muted) !important;
	text-decoration: none !important;
}

.de-site-footer__legal a:hover,
.de-site-footer__legal a:focus-visible {
	color: var(--de-accent) !important;
}

/* Sit inside GP .site-footer wrapper without double chrome */
.site-footer:has(.de-site-footer) {
	background: transparent !important;
	padding: 0 !important;
	margin-top: 2rem;
}

.site-footer:has(.de-site-footer) > .de-site-footer {
	border-radius: inherit;
}

@media (max-width: 768px) {
	.de-site-footer {
		padding: 1.15rem 0 1rem;
	}

	.de-site-footer__inner {
		padding: 0 20px;
	}

	.de-site-footer__top {
		flex-direction: column;
		gap: 0.85rem;
	}

	.de-site-footer__menu {
		justify-content: flex-start;
	}

	.de-site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
