.fb-floating-icon {
	position: fixed;
	bottom: 20px;
	z-index: 9999;
	display: inline-block;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	line-height: 0;
}

.fb-floating-icon img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}

.fb-floating-icon.fb-position-bottom-left {
	left: 20px;
}

.fb-floating-icon.fb-position-bottom-right {
	right: 20px;
}
