.aib-badge-host {
	position: relative;
}

.aib-badge {
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 11px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 4px 8px;
	border-radius: 4px;
	pointer-events: none;
	backdrop-filter: blur(2px);
	white-space: nowrap;
}
