.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: var(--space-2) 10px;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1;
	list-style: none;
}

.social-links a {
	color: inherit;
	text-decoration: none;
}

.social-links .social-network {
	padding: 0;
	margin: 0;
}

.social-links .social-network a {
	height: 40px;
	width: 40px;
	background: var(--burnt-light);
	display: grid;
	place-items: center;
	border-radius: 50%;
	font-size: 1.3125rem;
	color: #fff;
	fill: #fff;
}

.social-links .social-network a i {
	translate: 0 1px;
}

@media (hover: hover) {
	.social-links .social-network a:hover {
		background: var(--burnt-deep);
	}
}
