/* KI-Hinweis für Medien */

.kihw-wrap {
	position: relative;
	display: inline-block;
	line-height: 0;
	max-width: 100%;
}

.kihw-wrap img {
	max-width: 100%;
	height: auto;
}

.kihw-badge {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 8px;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(20, 22, 26, 0.78);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-decoration: none;
	pointer-events: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.kihw-badge .kihw-icon {
	width: 13px;
	height: 13px;
	fill: currentColor;
	flex: 0 0 auto;
}

.kihw-badge .kihw-text {
	white-space: nowrap;
}

/* Positionen */
.kihw-top-left     { top: 0;    left: 0; }
.kihw-top-right    { top: 0;    right: 0; }
.kihw-bottom-left  { bottom: 0; left: 0; }
.kihw-bottom-right { bottom: 0; right: 0; }

@media (max-width: 480px) {
	.kihw-badge {
		font-size: 11px;
		padding: 3px 7px;
		margin: 6px;
	}
}
