.marqueblanche-footer__social-bar {
	width: var(--marqueblanche-layout-width);
	margin: clamp(1rem, 2.4vw, 1.5rem) auto 0;
	display: grid;
	justify-items: center;
	gap: 0.7rem;
	text-align: center;
}

.marqueblanche-footer__social-bar h3 {
	margin: 0;
	color: color-mix(in srgb, var(--marqueblanche-theme-text) 70%, transparent);
	font-size: clamp(0.82rem, 1.2vw, 0.92rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.marqueblanche-footer__social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.marqueblanche-footer-social-link {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border-radius: 999px;
	color: var(--marqueblanche-theme-on-accent) !important;
	background: var(--marqueblanche-theme-accent);
	box-shadow: 0 14px 30px color-mix(in srgb, var(--marqueblanche-theme-text) 14%, transparent);
}

.marqueblanche-footer-social-link:hover,
.marqueblanche-footer-social-link:focus-visible {
	color: var(--marqueblanche-theme-on-accent) !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 38px color-mix(in srgb, var(--marqueblanche-theme-text) 18%, transparent);
	outline: none;
}

.marqueblanche-footer-social-link span:not(.screen-reader-text),
.marqueblanche-footer-social-link svg {
	display: block;
	width: 24px;
	height: 24px;
}

.marqueblanche-footer-social-link svg {
	fill: currentColor;
}

.marqueblanche-footer-social-link--facebook {
	background: var(--marqueblanche-theme-accent);
}

.marqueblanche-footer-social-link--instagram {
	background: radial-gradient(circle at 30% 107%, var(--marqueblanche-theme-surface) 0%, var(--marqueblanche-theme-surface) 5%, var(--marqueblanche-theme-warm) 45%, var(--marqueblanche-theme-cool) 60%, var(--marqueblanche-theme-accent) 90%);
}

.marqueblanche-footer-social-link--youtube {
	background: var(--marqueblanche-theme-danger);
}

.marqueblanche-footer-social-link--linkedin {
	background: var(--marqueblanche-theme-accent);
}
