.footer-info .site-info {
	display: grid;
	gap: 0.75rem;
	justify-items: center;
	width: 100%;
	text-align: center;
}

.kk-service-footer__brand {
	margin: 0;
}

.kk-service-footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-info .site-info a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.footer-info .site-info a:hover,
.footer-info .site-info a:focus-visible {
	text-decoration-thickness: 2px;
}

@media (max-width: 640px) {
	.kk-service-footer__nav ul {
		align-items: center;
		flex-direction: column;
	}
}
