/* QAFlow - AI Editor Features include (extracted from inline style="" attributes) */

.ai-features-wrap {
    display: none;
}

.ai-progress-thin {
    height: 8px;
    max-width: 150px;
}

.ai-bar-init0 {
    width: 0%;
}

.ai-tip-item {
    margin-bottom: 4px;
}

.ai-tip-priority-high {
    color: #dc2626;
    font-weight: 500;
}

.ai-tip-priority-medium {
    color: #d97706;
    font-weight: 500;
}

.ai-tip-priority-low {
    color: #059669;
    font-weight: 500;
}

.ai-title-suggestion {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px 0;
    background: #dcfce7;
}

.ai-grammar-fix {
    background: #bbf7d0;
    border-bottom: 2px solid #22c55e;
}
