.tg-ai-media {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.tg-ai-media > img,
.tg-ai-media > picture,
.tg-ai-media > picture > img {
	display: block;
	max-width: 100%;
}

.tg-ai-media--container {
	position: relative;
}

.tg-ai-media__badge {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 0.25rem;
	background: rgba(20, 20, 20, 0.86);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
	pointer-events: none;
}

.tg-ai-media__icon {
	font-size: 0.95em;
	line-height: 1;
}

@media (max-width: 575.98px) {
	.tg-ai-media__badge {
		right: 0.5rem;
		bottom: 0.5rem;
		padding: 0.3rem 0.45rem;
		font-size: 0.6875rem;
	}
}
