.social-logo {
	position: absolute;
	max-width: 1.1em;
	width: 100%;
	margin: 0 auto;
	top: auto;
	bottom: 2.8em;
	left: 0;
	right: 0;
}

.social-logo,
.social-logo svg {
	overflow: visible;
}

.social-logo svg path {
	fill: var(--custom-logo-color, #000);
}

.social-logo a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
