.vid-hint, .vid-hint-auto {
	position: fixed;
	z-index: 9100;
	padding: 5px;
	background-color: var(--vid-text-color);
	color: var(--vid-text-bg);
	font-size: 0.9em;
	-webkit-box-shadow: var(--vid-shadow);
	box-shadow: var(--vid-shadow);
	width: max-content;
}

.vid-hint-on-hover {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	cursor: help;
	outline: 1px solid var(--vid-dark);
	border-radius: 50%;
	margin: 0 3px;
	padding: 0 0 1px 0;
	vertical-align: super;
	font-size: 0.6rem;
	font-weight: 900;
	color: var(--vid-dark);
	background-color: var(--vid-light)
}
