.list-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
	.list-social {
		justify-content: center;
	}
}

.list-social__item {
	margin: 0 var(--space-xxs);
}

.list-social__item:first-child {
	margin-left: 0;
}

.list-social__item:last-child {
	margin-right: 0;
}

.list-social__item .icon {
	height: var(--size-xs);
	width: var(--size-xs);
}

.list-social__link {
	align-items: center;
	display: flex;
	padding: 0;
	color: rgb(var(--color-foreground));
}

.utility-bar .list-social__link {
	padding: 0 0.8rem;
	height: 3.8rem;
}

.list-social__link:hover .icon {
	transform: scale(1.07);
}
