/* Sichtbare Kennzeichnung für ausdrücklich als KI-Bild markierte Medien. */
.sapura-ai-image-container {
  position: relative !important;
}

.sapura-ai-background-container {
  position: relative !important;
}

.sapura-ai-image-label {
  position: absolute;
  z-index: 5;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  max-width: calc(100% - 24px);
  color: #353230;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  pointer-events: none;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.9),
    1px -1px 0 rgba(255, 255, 255, 0.9),
    -1px 1px 0 rgba(255, 255, 255, 0.9),
    1px 1px 0 rgba(255, 255, 255, 0.9);
  white-space: normal;
}

@media (max-width: 767px) {
  .sapura-ai-image-label {
    left: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    font-size: 10px;
  }
}
