/* Normalize the three footer social controls without altering their source SVG artwork. */
.footer-social {
	align-items: flex-start;
	align-self: start;
}

.footer-social a {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 6px;
	background: var(--ink);
}

.footer-social img {
	display: block;
	width: 34px;
	height: 34px;
}

.footer-social a:first-child img {
	width: 19px;
	height: 19px;
}
