body:not(.wp-admin) #colophon.site-footer {
	display: none !important;
}

.fkmtu-global-footer {
	width: 100%;
	margin: 28px 0 0;
	border-top: 1px solid var(--fkmtu-color-divider);
	background: var(--fkmtu-color-surface);
	color: var(--fkmtu-color-text-secondary);
}

.fkmtu-global-footer-inner {
	display: grid;
	grid-template-columns: 160px minmax(0, max-content);
	gap: 32px;
	align-items: center;
	justify-content: center;
	width: min(100% - 40px, var(--fkmtu-content-max-width));
	margin: 0 auto;
	padding: 18px 0 20px;
}

.fkmtu-global-footer-brand a {
	display: inline-flex;
	align-items: center;
	color: var(--fkmtu-color-text);
	font-size: var(--fkmtu-font-size-lead);
	font-weight: var(--fkmtu-font-weight-bold);
	text-decoration: none;
}

.fkmtu-global-footer-brand {
	justify-self: start;
	margin-left: 0;
}

.fkmtu-global-footer-brand img {
	display: block;
	width: auto;
	max-width: 190px;
	height: auto;
	max-height: 48px;
	object-fit: contain;
}

.fkmtu-global-footer-content {
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: max-content;
	max-width: 100%;
	min-width: 0;
}

.fkmtu-global-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	line-height: 1.35;
}

.fkmtu-global-footer-links a {
	color: var(--fkmtu-color-text);
	font-size: var(--fkmtu-font-size-meta);
	font-weight: var(--fkmtu-font-weight-semibold);
	text-decoration: none;
}

.fkmtu-global-footer-links a:hover,
.fkmtu-global-footer-links a:focus-visible {
	color: var(--fkmtu-color-link-hover);
	text-decoration: underline;
}

.fkmtu-global-footer-address {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	color: var(--fkmtu-color-text-secondary);
	font-size: var(--fkmtu-font-size-meta);
	font-style: normal;
	line-height: 1.35;
}

.fkmtu-global-footer-contact {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fkmtu-global-footer-contact a {
	color: inherit;
	text-decoration: none;
}

.fkmtu-global-footer-contact a:hover,
.fkmtu-global-footer-contact a:focus-visible {
	color: var(--fkmtu-color-link-hover);
	text-decoration: underline;
}

.fkmtu-global-footer-copyright {
	margin: 0;
	color: #6b7280;
	font-size: var(--fkmtu-font-size-small);
	line-height: 1.35;
}

@media (max-width: 768px) {
	.fkmtu-global-footer-inner {
		width: min(calc(100% - var(--fkmtu-mobile-page-gutter) - var(--fkmtu-mobile-page-gutter)), var(--fkmtu-content-max-width));
	}
}

@media (max-width: 720px) {
	.fkmtu-global-footer {
		margin-top: 24px;
	}

	.fkmtu-global-footer-inner {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 18px 0;
	}

	.fkmtu-global-footer-brand img {
		max-width: 170px;
		max-height: 44px;
	}

	.fkmtu-global-footer-brand {
		justify-self: center;
		margin-left: 0;
	}

	.fkmtu-global-footer-content {
		align-items: center;
		justify-self: stretch;
		width: 100%;
	}

	.fkmtu-global-footer-links,
	.fkmtu-global-footer-contact {
		justify-content: center;
	}

	.fkmtu-global-footer-address,
	.fkmtu-global-footer-copyright {
		width: 100%;
		text-align: center;
	}
}
