.marqueblanche-footer__bottom {
	border-top: 1px solid color-mix(in srgb, var(--marqueblanche-theme-text) 10%, transparent);
	padding-top: clamp(1rem, 2vw, 1.35rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	color: color-mix(in srgb, var(--marqueblanche-theme-text) 62%, transparent);
	font-size: 0.92rem;
	font-weight: 600;
}

.marqueblanche-footer__bottom p {
	margin: 0;
}

.marqueblanche-footer__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem 1rem;
}

.marqueblanche-footer__meta a {
	color: color-mix(in srgb, var(--marqueblanche-theme-text) 64%, transparent);
	font-weight: 700;
}

@media (max-width: 640px) {
	.marqueblanche-footer__bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.marqueblanche-footer__meta {
		justify-content: center;
	}
}
