/* Skyline Drinks – dezentes KI-Wasserzeichen; nur dynamische Frontend-Einblendung. */
.skyline-ai-host--relative {
  position: relative !important;
}

.skyline-ai-wrapper {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}

.ai-badge--watermark[data-skyline-ai-watermark="1"] {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  max-width: calc(100% - 16px);
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(15, 23, 42, 0.16);
  box-shadow: none;
  opacity: 0.56;
  white-space: nowrap;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  backdrop-filter: blur(2px) saturate(1.08);
  -webkit-backdrop-filter: blur(2px) saturate(1.08);
  pointer-events: none;
  user-select: none;
  z-index: 20;
}

.ai-badge--watermark .ai-badge__ki {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0;
}

.ai-badge--watermark .ai-badge__text {
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media (max-width: 600px) {
  .ai-badge--watermark[data-skyline-ai-watermark="1"] {
    left: 6px;
    bottom: 6px;
    gap: 2px;
    max-width: calc(100% - 12px);
    padding: 1.5px 3px;
    opacity: 0.50;
  }

  .ai-badge--watermark .ai-badge__ki {
    width: 12px;
    height: 12px;
    font-size: 6.5px;
  }

  .ai-badge--watermark .ai-badge__text {
    font-size: 7.5px;
  }
}

