.angie-social-share-24497 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.angie-social-share-24497 a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: opacity 0.3s ease;
}

.angie-social-share-24497 a:hover {
	opacity: 0.8;
}

.angie-social-share-24497 a svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
