/* Hide AI-generated badges from entity tiles */

/* Hide all AI content headers */
.ai-content-header {
    display: none !important;
}

/* Also hide any AI confidence badges */
.ai-confidence {
    display: none !important;
}

/* Clean up extra margin that was used for AI headers */
.ai-data-tile > div:first-child:not(.ai-content-header) {
    margin-top: 0 !important;
}

/* Remove AI-generated class styling that might add unwanted visual elements */
.ai-generated::before,
.ai-generated::after {
    display: none !important;
}