.social-links {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1;
	list-style: none;
}

.social-links .social-network {
	background-color: var(--gold);
	color: var(--black);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-links .social-network:hover {
	background-color: var(--black);
	color: var(--gold);
}

.social-links .social-network a {
	color: inherit;
	text-decoration: none;
	font-size: 22px;
}

.social-links .social-network {
	padding: 0;
	margin: 0;
}
