#wd-fb-6010 {
	--wd-fb-w: 340px;
	--wd-close-btn-offset-v: 0px;
	--wd-close-btn-offset-h: 0px;
	--wd-align-items: end;
	--wd-justify-content: left;
}
#wd-fb-6010 .wd-fb {
	--wd-align-items: start;
	background-color: rgb(255,255,255);
	box-shadow:0px 0px 5px 0px rgb(102,102,102);
	border-radius: 25px;
	border-style: solid;
	border-color: rgb(219,219,219);
	border-width: 1px;
}
#wd-fb-6010 .wd-fb-close {
	--wd-action-color: rgb(255,255,255);
	--wd-action-color-hover: rgba(127,127,127,0.8);
}
#wd-fb-6010 .wd-fb-inner {
	padding-bottom: 5px;
}

@media (max-width: 767px) {
	#wd-fb-6010 {
		--wd-fb-w: 340px;
	}
}
