/* MOCO Works footer credit — portable (copy with inc/moco-credit.php) */
.moco-credit {
	padding-block: 16px clamp(20px, 3vw, 28px);
	display: flex;
	justify-content: center;
}

.moco-credit__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: color-mix(in srgb, currentColor 55%, transparent);
	text-decoration: none;
	transition: color 0.2s, opacity 0.2s;
}

.moco-credit__link:hover {
	color: color-mix(in srgb, currentColor 88%, transparent);
}

.moco-credit__label {
	font-family: var(--latin, var(--font-mono, 'Jost', sans-serif));
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	opacity: 0.75;
}

.moco-credit__logo {
	display: block;
	height: 18px;
	width: auto;
}
