.legibright-ai-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    border-left: 4px solid #4f46e5;
    border-radius: 6px;
    padding: 10px 14px;
    margin: 0 0 1.5em 0;
    font-size: .875em;
    line-height: 1.5;
    color: #1e1b4b;
}

.legibright-ai-badge {
    font-size: 1.1em;
    flex-shrink: 0;
    margin-top: 1px;
}

.legibright-ai-label__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.legibright-ai-label__title {
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #4f46e5;
}

.legibright-ai-label__desc {
    color: #374151;
}

/* ── AI Image Badge ── */
.legibright-img-wrap {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.legibright-img-badge {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(15, 23, 42, .70);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: .04em;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 10;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.legibright-ai-badge svg, .legibright-chatbot-notice__icon svg { width: 16px; height: 16px; display: block; }
