.kcr-powered-by {
	padding: 24px 16px 32px;
	border-top: 1px solid rgba(148, 163, 184, 0.25);
	text-align: center;
}

.kcr-powered-by-inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}

.kcr-powered-by-link,
.kcr-powered-by-link:visited {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	padding: 0.4em 0.75em;
	border-radius: 4px;
	color: inherit;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-decoration: none;
	opacity: 0.65;
	transition: opacity 160ms ease, background-color 160ms ease, color 160ms ease;
}

.kcr-powered-by-link:hover,
.kcr-powered-by-link:focus-visible {
	color: inherit;
	opacity: 1;
	background-color: rgba(148, 163, 184, 0.14);
	text-decoration: none;
}

.kcr-powered-by-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.kcr-powered-by-text {
	line-height: 1;
}

.kcr-powered-by-logo {
	display: block;
	height: 0.95em;
	width: auto;
	color: inherit;
}
