.tooltipster-custom {
	border-radius: 10px;
	border: none;
	background: #333;
	background: rgba(0,0,0,0.85);
	backdrop-filter: blur(3px);
	color: #fff;
}
.tooltipster-custom .tooltipster-content {
	font-size: 15px;
	line-height: 24px;
	padding: 10px 14px;
}

.tooltipster-custom a:hover {
    color: currentColor;
}
