.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #767672;
	transition: color .2s ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
	color: #171717;
}

.footer-social-link:focus-visible {
	outline: 2px solid #171717;
	outline-offset: 3px;
}

.footer-social-link svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.site-footer .footer-social-link::after {
	content: none;
}

.footer-social-link rect,
.footer-social-link circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.footer-social-link .footer-social-dot {
	fill: currentColor;
	stroke: none;
}

@media (max-width: 767px) {
	.footer-main > .footer-column:last-child {
		grid-column: 1 / -1;
	}

	.footer-social-links {
		flex-wrap: nowrap;
		gap: 12px;
	}
}
