.wp-block-image.ai-generated,
.wp-block-video.ai-generated,
.wp-block-media-text__media.ai-generated {
    position: relative;
}

.ai-generated .ai-label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(20, 20, 20, 0.75);
    color: #fff;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.3px;
    white-space: nowrap;
    pointer-events: none;
}

.ai-generated .ai-label strong {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}