@charset "UTF-8";

#bc-tooltip-universal {
	display: none;
	z-index: 99999;
	position: fixed;
	padding: 17px 25px 19px 25px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 3px 6px 18px rgba(0, 0, 0, 0.23);
	border-radius: 7px;
	color: #17375EBE;
	font-size: 14px;
	line-height: 1.3;
	box-sizing: border-box;
	max-width: min(600px, 36vw);
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	font-style: normal;
	opacity: 1;
}

#bc-tooltip-universal strong {
	font-weight: 600 !important;
}

@media (max-width: 768px) {
	#bc-tooltip-universal {
		max-width: 50vw;
		font-size: 12px;
		padding: 10px 15px;
	}
}