.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1;
	list-style: none;
}

.social-links a {
	color: inherit;
	fill: var(--heading-color);
	text-decoration: none;
}

.social-links a .twitter {
	position: relative;
	top: 2px;
}

.social-links a .tiktok {
	position: relative;
	bottom: 2px;
}

.social-links .social-network {
	padding: 0;
	margin: 0;
}
