.wp-block-lodgify-social-share {
	display: flex;
	gap: 3px;
	align-items: center;
}

.social-share__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border-radius: 8px;
	background: rgba(54, 53, 53, 0.2);
	box-shadow: inset 0 1.3px 1.3px rgba(255, 255, 255, 0.25);
	color: #ffffff;
	flex-shrink: 0;
	transition: background 0.2s;
}

.social-share__link:hover {
	background: rgba(54, 53, 53, 0.4);
}

.social-share__link svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}
