.tmd-ai-label {
	position: absolute;
	z-index: 5;
	width: max-content;
	max-width: calc(100% - 16px);
	padding: .35em .65em;
	border: 1px solid var(--neutral-light, #e6e6e6);
	border-radius: 3px;
	background: var(--neutral-ultra-dark, #383838);
	color: var(--white, #fff);
	font-family: inherit;
	font-size: var(--text-xs);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	pointer-events: none;
}
.tmd-ai-label[hidden] { display: none !important; }
@media print {
	.tmd-ai-label { background: white; color: black; border-color: black; }
}
