#wd-fb-10682 {
	--wd-fb-w: 250px;
	--wd-close-btn-offset-v: 0px;
	--wd-close-btn-offset-h: 0px;
	--wd-align-items: center;
	--wd-justify-content: right;
}
#wd-fb-10682 .wd-fb {
	--wd-align-items: center;
	background-color: rgb(16,119,180);
}
#wd-fb-10682 .wd-fb-close {
	--wd-action-color: rgb(255,255,255);
	--wd-action-color-hover: rgba(255,255,255,0.9);
}

@media (max-width: 767px) {
	#wd-fb-10682 {
		--wd-fb-w: 150px;
	--wd-fb-h: 320px;
	--wd-align-items: center;
	}
	#wd-fb-10682 .wd-fb {
		--wd-align-items: end;
	}
}
