.list-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1rem 0 !important;
	gap: 1rem;
}

.list-social__link {
	align-items: center;
	justify-content: center;
	display: flex;
	color: rgb(var(--color-foreground));
	height: 2rem;
	width: 2rem;
	transition: opacity var(--duration-default) ease;
}

.list-social__link:hover {
	opacity: 0.5;
}
