/* ===========================
   Betana KI-Bilder – Frontend Styles
   =========================== */

.bkib-ai-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: inline-block;
    padding: 4px 9px;
    background: rgba(20, 20, 20, 0.72);
    color: #ffffff;
    font-family: var(--e-global-typography-primary-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 4px;
    pointer-events: none;
    line-height: 1.4;
}

/* Elementor-Galerie-Widget und ähnliche Hintergrundbild-Galerien
   (Unlimited Elements / Ultimate Elements): kleinere Thumbnails etwas
   dezenter */
.e-gallery-image .bkib-ai-badge,
.elementor-gallery-item__image .bkib-ai-badge {
    top: 6px;
    right: 6px;
    font-size: 10px;
    padding: 3px 7px;
}
