.higuppy-share-buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 0;
	margin-top: 16px;
	border-top: 1px solid #e0e0e0;
	flex-wrap: wrap;
}
.higuppy-share-buttons__label {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.higuppy-share-buttons__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}
.higuppy-share-buttons__link:hover,
.higuppy-share-buttons__link:focus {
	transform: scale(1.1);
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
.higuppy-share-buttons__link--facebook {
	background-color: #1877f2;
}
.higuppy-share-buttons__link--facebook:hover,
.higuppy-share-buttons__link--facebook:focus {
	background-color: #0d65d9;
}
.higuppy-share-buttons__link--twitter {
	background-color: #1da1f2;
}
.higuppy-share-buttons__link--twitter:hover,
.higuppy-share-buttons__link--twitter:focus {
	background-color: #0c85d0;
}
.higuppy-share-buttons__link--pinterest {
	background-color: #e60023;
}
.higuppy-share-buttons__link--pinterest:hover,
.higuppy-share-buttons__link--pinterest:focus {
	background-color: #c8001f;
}
.higuppy-share-buttons__link svg {
	width: 20px;
	height: 20px;
}
