.foenix-ai-highlight,
.foenix-ai-highlight-click {
    position: relative;
    outline: 2px dashed #ff7b0f !important;
    z-index: 9999;
    outline-offset: 2px !important;
    cursor: pointer !important;
    transition: none !important;
}
.foenix-ai-label {
    position: fixed;
    background: #ff7b0f;
    z-index: 9999;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 8px;
    pointer-events: none;
    transform: translateY(-100%);
}
