/* KI-Kennzeichnung: always-visible AI disclosure badge, bottom-left of the
   image so it never overlaps a top-left copyright overlay. Must stay
   persistently visible (no hover-gating) - this is a legal disclosure. */
.ai-label-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2;
  padding: 0.15rem 0.5rem;
  border-radius: 0 0.25rem 0 0;
}
