.share-social .share-buttons {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 0 !important;
	margin-left: 0;
	padding: 0;
	gap: calc(var(--gapXXS) / 1.5);

	li {
		margin-top: 0 !important;
	}

	a {
		text-decoration: none !important;
		font-weight: 600;
		font-size: var(--txt-14);
		display: flex;
		align-items: center;
		gap: calc(var(--gapXXS) / 1.5);
		padding: 6px var(--gapXS);
		border-radius: var(--radius);
		background-color: var(--bggris);
		transition: all 0.3s ease;
		&:hover {
			background-color: var(--bggris-fosc);
			transition: all 0.3s ease;
			text-decoration: underline !important;
		}
	}

	a:hover {
		color: #000;
		text-decoration: underline;
	}

	svg {
		width: 1em;
		height: 1em;
	}
}
