/* Transparenzhinweis für KI-generierte Bilder.
   Eigene Datei, damit das generierte Avada-CSS unangetastet bleibt.
   Das Label ist ein echtes DOM-Element (kein ::after), damit der Hinweis
   auch ohne CSS im Markup steht und von Screenreadern vorgelesen wird. */

.ph-ki-traeger {
	position: relative;
}

.ph-ki-hinweis {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	margin: 0;
	padding: 6px 12px;
	border-radius: 6px;
	background: #cc6d5b;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-align: left;
	text-transform: none;
	white-space: nowrap;
	pointer-events: none;
}

/* Teaser-Kacheln: Bild liegt als Spaltenhintergrund, Label etwas weiter eingerückt */
.fusion-column-wrapper.ph-ki-traeger > .ph-ki-hinweis {
	right: 14px;
	top: 14px;
}

@media only screen and (max-width: 640px) {
	.ph-ki-hinweis {
		right: 8px;
		top: 8px;
		padding: 5px 10px;
		font-size: 12px;
	}
}
